From 24c752d52b9ec988b7f1ee4c286369008580da72 Mon Sep 17 00:00:00 2001 From: g Date: Sat, 10 Jan 2026 02:59:04 +0000 Subject: [PATCH] Update PredictionsChart.tsx --- components/analytics/PredictionsChart.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/analytics/PredictionsChart.tsx b/components/analytics/PredictionsChart.tsx index 36ba2da..16d9b31 100644 --- a/components/analytics/PredictionsChart.tsx +++ b/components/analytics/PredictionsChart.tsx @@ -26,6 +26,7 @@ import { RefreshCw, Calendar, BarChart3, + Sparkles, } from "lucide-react"; import { useToast } from "@/hooks/use-toast"; import { Skeleton } from "@/components/ui/skeleton";