fix([2fd88f42]): correct named import for HeatmapPoint type
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { MapContainer, TileLayer, CircleMarker, Tooltip } from 'react-leaflet';
|
import { MapContainer, TileLayer, CircleMarker, Tooltip } from 'react-leaflet';
|
||||||
import 'leaflet/dist/leaflet.css';
|
import 'leaflet/dist/leaflet.css';
|
||||||
import { HeatmapPoint } from '../App'; // Assuming type is exported from App.tsx
|
import type { HeatmapPoint } from '../App';
|
||||||
|
|
||||||
interface MapDisplayProps {
|
interface MapDisplayProps {
|
||||||
heatmapData: HeatmapPoint[];
|
heatmapData: HeatmapPoint[];
|
||||||
|
|||||||
Reference in New Issue
Block a user