Skip to content

Commit 128fd97

Browse files
author
georgii.rychko
committed
fix(type.utils): change lodash import from "lodash/index" to "lodash"
1 parent 5bf20f8 commit 128fd97

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)