Skip to content

Commit 0477071

Browse files
fix: migrate imports
1 parent 5cf8f86 commit 0477071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrate/migrate-bot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ ${html}
158158
usedComponents.sort();
159159

160160
if (usedComponents.length > 0) {
161-
const importStatements = `import { ${usedComponents.join(', ')} } from '@/components/index';\n\n`;
161+
const importStatements = `import { ${usedComponents.join(', ')} } from '@components/index';\n\n`;
162162
content = importStatements + content;
163163
}
164164

0 commit comments

Comments
 (0)