From 39145adeb46923404cf22cf8b4167626c6d112c4 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Sat, 7 Dec 2024 19:28:31 +0800 Subject: [PATCH] fix: lint --- app/(main)/ClientComponents/InteractiveMap.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/(main)/ClientComponents/InteractiveMap.tsx b/app/(main)/ClientComponents/InteractiveMap.tsx index 8b50e78..94d5caa 100644 --- a/app/(main)/ClientComponents/InteractiveMap.tsx +++ b/app/(main)/ClientComponents/InteractiveMap.tsx @@ -2,7 +2,6 @@ import { countryCoordinates } from "@/lib/geo-limit"; import { geoEquirectangular, geoPath } from "d3-geo"; -import { useTranslations } from "next-intl"; import MapTooltip from "./MapTooltip"; import { useTooltip } from "./TooltipContext"; @@ -24,7 +23,6 @@ export function InteractiveMap({ filteredFeatures, nezhaServerList, }: InteractiveMapProps) { - const t = useTranslations("Global"); const { setTooltipData } = useTooltip(); const projection = geoEquirectangular()