Skip to content

Commit 93f3687

Browse files
mournfulCoroner3y3
authored andcommitted
fix: lodash import
1 parent 9b48cc5 commit 93f3687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transform/liquid/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type {Dictionary} from 'lodash';
22

3-
import {cloneDeepWith} from 'lodash';
3+
import cloneDeepWith from 'lodash/cloneDeepWith';
44

55
import {composeFrontMatter, extractFrontMatter} from '../frontmatter';
66

0 commit comments

Comments
 (0)