Skip to content

Commit

Permalink
Fix: broken lodash import (#39)
Browse files Browse the repository at this point in the history
Fix broken lodash import
  • Loading branch information
mipyykko committed Oct 25, 2022
1 parent 9936239 commit 8366892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/get-sorted-nodes-by-import-order.ts
@@ -1,4 +1,4 @@
import { clone } from 'lodash';
import clone from 'lodash.clone';

import {
BUILTIN_MODULES,
Expand Down

0 comments on commit 8366892

Please sign in to comment.