diff --git a/scripts/analyze-pure-json-candidates.ts b/scripts/analyze-pure-json-candidates.ts index c23431d..b0f91b1 100644 --- a/scripts/analyze-pure-json-candidates.ts +++ b/scripts/analyze-pure-json-candidates.ts @@ -18,7 +18,6 @@ async function analyzeComponent(category: string, component: string): Promise/.test(content) // Extract what it imports const imports = content.match(/import\s+\{[^}]+\}\s+from\s+['"][^'"]+['"]/g) || []