From 2882bb85271c2d24d7a9ed44840b0c9a2608f7a0 Mon Sep 17 00:00:00 2001 From: Ru Chern Chong Date: Thu, 21 Nov 2024 02:51:04 +0800 Subject: [PATCH] Remove unused component --- components/StatisticsCard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/StatisticsCard.tsx b/components/StatisticsCard.tsx index 65acb6c..7b7e000 100644 --- a/components/StatisticsCard.tsx +++ b/components/StatisticsCard.tsx @@ -3,7 +3,6 @@ import { useRouter, useSearchParams } from "next/navigation"; import { ArrowRight } from "lucide-react"; import { DistributionPieChart } from "@/app/cars/DistributionPieChart"; -import { Progress } from "@/app/components/Progress"; import { Badge } from "@/components/ui/badge"; import { Card,