We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e50830 commit dd6af14Copy full SHA for dd6af14
src/lib/convert.ts
@@ -1,6 +1,6 @@
1
import { svgo } from './svgo';
2
import { getInterfaceDefenition } from './interface-def';
3
-import * as camelCase from 'lodash.camelcase';
+import camelCase from 'lodash.camelcase';
4
import * as prettier from 'prettier/standalone';
5
import typescriptParser from 'prettier/parser-typescript';
6
0 commit comments