Skip to content

Commit dd6af14

Browse files
author
u806762
committed
fix(camelcase): fix camel case is not a function
1 parent 2e50830 commit dd6af14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/convert.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { svgo } from './svgo';
22
import { getInterfaceDefenition } from './interface-def';
3-
import * as camelCase from 'lodash.camelcase';
3+
import camelCase from 'lodash.camelcase';
44
import * as prettier from 'prettier/standalone';
55
import typescriptParser from 'prettier/parser-typescript';
66

0 commit comments

Comments
 (0)