Edit most-sales.tsx

This commit is contained in:
hanif salafi 2025-07-05 03:12:05 +00:00
parent 381918d85a
commit d5fdc5b4af
1 changed files with 0 additions and 1 deletions

View File

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