diff options
Diffstat (limited to 'modern/src/map/MapCurrentLocation.js')
-rw-r--r-- | modern/src/map/MapCurrentLocation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/map/MapCurrentLocation.js b/modern/src/map/MapCurrentLocation.js index 691c6be3..66fc46ec 100644 --- a/modern/src/map/MapCurrentLocation.js +++ b/modern/src/map/MapCurrentLocation.js @@ -1,6 +1,6 @@ import maplibregl from 'maplibre-gl'; import { useEffect } from 'react'; -import { map } from './core/Map'; +import { map } from './core/MapView'; const MapCurrentLocation = () => { useEffect(() => { |