Skip to content

Commit 935c85f

Browse files
Grewerfwh1990
authored andcommitted
fix: 修正引用
1 parent 40b8912 commit 935c85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/createIcon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import colors from 'colors'
44
import { getConfig } from '../libs/getConfig'
55
import { fetchXml } from 'iconfont-parser'
66
import { generateComponent } from '../libs/generateComponent'
7-
import parseLocalSvg from 'src/libs/parseLocalSvg'
7+
import parseLocalSvg from '../libs/parseLocalSvg'
88

99
const config = getConfig()
1010

0 commit comments

Comments
 (0)