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";