fix([2fd88f42]): correct type import for TooltipColumn
This commit is contained in:
@@ -6,7 +6,7 @@ import 'leaflet/dist/leaflet.css';
|
|||||||
import 'leaflet.heat';
|
import 'leaflet.heat';
|
||||||
import type { HeatmapPoint, MapMode } from '../App';
|
import type { HeatmapPoint, MapMode } from '../App';
|
||||||
import MarkerClusterGroup from 'react-leaflet-cluster';
|
import MarkerClusterGroup from 'react-leaflet-cluster';
|
||||||
import { TooltipColumn } from './TooltipManager';
|
import type { TooltipColumn } from './TooltipManager';
|
||||||
|
|
||||||
interface MapDisplayProps {
|
interface MapDisplayProps {
|
||||||
heatmapData: HeatmapPoint[];
|
heatmapData: HeatmapPoint[];
|
||||||
|
|||||||
Reference in New Issue
Block a user