diff --git a/scripts/refactor-to-dynamic-imports.ts b/scripts/refactor-to-dynamic-imports.ts index 4e9679d..3727cde 100644 --- a/scripts/refactor-to-dynamic-imports.ts +++ b/scripts/refactor-to-dynamic-imports.ts @@ -43,7 +43,6 @@ async function refactorFile(filePath: string): Promise { let modified = false // Find all imports to replace - const importLines: string[] = [] const componentsToLoad = new Set() for (const [category, components] of Object.entries(targetComponents)) {