mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix: lint
This commit is contained in:
parent
08b6c54a68
commit
39145adeb4
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user