mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
Update scripts/refactor-to-dynamic-imports.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -43,7 +43,6 @@ async function refactorFile(filePath: string): Promise<boolean> {
|
||||
let modified = false
|
||||
|
||||
// Find all imports to replace
|
||||
const importLines: string[] = []
|
||||
const componentsToLoad = new Set<string>()
|
||||
|
||||
for (const [category, components] of Object.entries(targetComponents)) {
|
||||
|
||||
Reference in New Issue
Block a user