From 6101f8c2e537c4414912004efe3b049efd802939 Mon Sep 17 00:00:00 2001 From: Floke Date: Wed, 4 Feb 2026 14:43:38 +0000 Subject: [PATCH] fix([2fd88f42]): restore missing MarkerClusterGroup import --- heatmap-tool/frontend/src/components/MapDisplay.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/heatmap-tool/frontend/src/components/MapDisplay.tsx b/heatmap-tool/frontend/src/components/MapDisplay.tsx index 1fc29df6..79077224 100644 --- a/heatmap-tool/frontend/src/components/MapDisplay.tsx +++ b/heatmap-tool/frontend/src/components/MapDisplay.tsx @@ -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 {