diff options
Diffstat (limited to 'modern/src/map/ReplayPathMap.js')
-rw-r--r-- | modern/src/map/ReplayPathMap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/map/ReplayPathMap.js b/modern/src/map/ReplayPathMap.js index 971c2b36..224502f1 100644 --- a/modern/src/map/ReplayPathMap.js +++ b/modern/src/map/ReplayPathMap.js @@ -1,6 +1,6 @@ import maplibregl from 'maplibre-gl'; import { useEffect } from 'react'; -import { map } from './Map'; +import { map } from './core/Map'; const ReplayPathMap = ({ positions }) => { const id = 'replay'; |