fix([2fd88f42]): correct type import in MapBoundsManager
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import React, { useEffect } from 'react';
|
||||
import { useMap } from 'react-leaflet';
|
||||
import L from 'leaflet';
|
||||
import { HeatmapPoint } from '../App';
|
||||
import type { HeatmapPoint } from '../App';
|
||||
|
||||
interface MapBoundsManagerProps {
|
||||
data: HeatmapPoint[];
|
||||
|
||||
Reference in New Issue
Block a user