Migrate the map editor to mapbox-gl with react component

This commit is contained in:
kara Diaby 2020-04-16 17:39:41 +02:00
parent 92edbd1724
commit 9aea1fffee
17 changed files with 5424 additions and 19 deletions

View file

@ -0,0 +1,3 @@
import Loadable from '../components/Loadable';
export default Loadable(() => import('../components/MapEditor/MapEditor'));