diff --git a/inventory/src/components/dashboard/AnalyticsDashboard.jsx b/inventory/src/components/dashboard/AnalyticsDashboard.jsx index bd875c4..35f3545 100644 --- a/inventory/src/components/dashboard/AnalyticsDashboard.jsx +++ b/inventory/src/components/dashboard/AnalyticsDashboard.jsx @@ -16,7 +16,6 @@ import { YAxis, CartesianGrid, Tooltip, - Legend, ResponsiveContainer, } from "recharts"; import { TrendingUp } from "lucide-react"; @@ -31,12 +30,15 @@ import { DashboardChartTooltip, ChartSkeleton, DashboardEmptyState, + MetricPill, + LegendChip, + PILL_TRIGGER_CLASS, } from "@/components/dashboard/shared"; // Note: Using ChartSkeleton from @/components/dashboard/shared const SkeletonStats = () => ( -