From d5fdc5b4aff33048690e510081551be809d635a4 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Sat, 5 Jul 2025 03:12:05 +0000 Subject: [PATCH] Edit most-sales.tsx --- .../(protected)/dashboard/routine-task/components/most-sales.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/[locale]/(protected)/dashboard/routine-task/components/most-sales.tsx b/app/[locale]/(protected)/dashboard/routine-task/components/most-sales.tsx index c1d320d5..5036b075 100644 --- a/app/[locale]/(protected)/dashboard/routine-task/components/most-sales.tsx +++ b/app/[locale]/(protected)/dashboard/routine-task/components/most-sales.tsx @@ -1,7 +1,6 @@ "use client"; import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; // import world from "./world-map.json"; -import { VectorMap } from "@south-paw/react-vector-maps"; import { useState } from "react"; import { cn } from "@/lib/utils"; import { useTranslations } from "next-intl";