From e63d32eb055fdcd643ced00441120efa811b9b8c Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Sun, 18 Jan 2026 21:46:55 +0000 Subject: [PATCH] Update scripts/analyze-pure-json-candidates.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- scripts/analyze-pure-json-candidates.ts | 1 - 1 file changed, 1 deletion(-) 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) || []