diff --git a/src/components/reports/AIInsightsSection.tsx b/src/components/reports/AIInsightsSection.tsx index 05b8c287..bab4b3a0 100644 --- a/src/components/reports/AIInsightsSection.tsx +++ b/src/components/reports/AIInsightsSection.tsx @@ -5,8 +5,7 @@ import { Sparkles, TrendingUp, } from 'lucide-react' -import { KeyTakeaways } from './KeyTakeaways' -import { ResponseCharts } from './ResponseCharts' + import type { AnalyticsReport } from '@/api/ai' import { Button } from '@/components/ui/button' import { @@ -119,16 +118,7 @@ export function AIInsightsSection({ - {/* 2. Key Takeaways Section (New Enhancement) */} -