Skip to content

Commit 3572357

Browse files
author
Georgii Rychko
authored
Merge pull request #4 from valor-software/develop
fix(type.utils): change lodash import from "lodash/index" to "lodash"
2 parents 26e7687 + 128fd97 commit 3572357

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/utils/type.utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as _ from 'lodash/index'
1+
import * as _ from 'lodash'
22
import {RenamableNode} from '../../tree.types';
33

44
export function applyNewValueToRenamable(value: RenamableNode, newValue: string): RenamableNode {

0 commit comments

Comments
 (0)