diff --git a/serve/frontend/src/pages/StockAnalysis.tsx b/serve/frontend/src/pages/StockAnalysis.tsx
index 57285e8..d2374d6 100644
--- a/serve/frontend/src/pages/StockAnalysis.tsx
+++ b/serve/frontend/src/pages/StockAnalysis.tsx
@@ -1,6 +1,6 @@
import { useState } from 'react'
import { useQuery } from '@tanstack/react-query'
-import { Sparkles, LineChart, History as HistoryIcon, Loader2, ExternalLink, Bell } from 'lucide-react'
+import { Sparkles, LineChart, History as HistoryIcon, Loader2, ExternalLink } from 'lucide-react'
import { PageHeader } from '@/components/PageHeader'
import { EmptyState } from '@/components/EmptyState'
import { StockFinancialSearch } from '@/components/financials/StockFinancialSearch'
@@ -96,17 +96,6 @@ export function StockAnalysis() {
{checking ? : }
AI 个股分析
-
>
)}