From 8cbb02a3ff1ec1e494de6c4777fdc81480f23c5d Mon Sep 17 00:00:00 2001 From: icy Date: Tue, 4 Nov 2025 01:42:25 +0800 Subject: [PATCH] Fix TypeScript build error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed unused 'Zap' import from App.tsx that was causing build failure. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: tinkle-community --- 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,