From 15d7000b16e90db68f52931cc16dfa3ebbd74114 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 8 May 2022 11:29:16 -0700 Subject: Reorganize map folder --- modern/src/map/ReplayPathMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modern/src/map/ReplayPathMap.js') 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'; -- cgit v1.2.3