fix([2fd88f42]): restore missing MarkerClusterGroup import

This commit is contained in:
2026-02-04 14:43:38 +00:00
parent d46b30a205
commit 6bd21e7323

View File

@@ -4,6 +4,7 @@ import { MapContainer, TileLayer, CircleMarker, Tooltip } from 'react-leaflet';
import { HeatmapLayer } from 'react-leaflet-heatmap-layer-v3';
import 'leaflet/dist/leaflet.css';
import 'leaflet.heat';
import MarkerClusterGroup from 'react-leaflet-cluster';
import type { HeatmapPoint, MapMode, TooltipColumn } from '../App';
interface MapDisplayProps {