From 6d1efcf54aa00ef2e05aa9e135ab61a866d35241 Mon Sep 17 00:00:00 2001 From: icy Date: Tue, 4 Nov 2025 01:42:25 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20TypeScript=20build=20error=20Removed=20un?= =?UTF-8?q?used=20'Zap'=20import=20from=20App.tsx=20that=20was=20causing?= =?UTF-8?q?=20build=20failure.=20=F0=9F=A4=96=20Generated=20with=20[Claude?= =?UTF-8?q?=20Code](https://claude.ai/code)=20Co-Authored-By:=20tinkle-com?= =?UTF-8?q?munity=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 3871bdc7..14cf29d6 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -13,7 +13,6 @@ import { LanguageProvider, useLanguage } from './contexts/LanguageContext'; import { AuthProvider, useAuth } from './contexts/AuthContext'; import { t, type Language } from './i18n/translations'; import { useSystemConfig } from './hooks/useSystemConfig'; -import { Zap } from 'lucide-react'; import type { SystemStatus, AccountInfo,