diff --git a/app/packs/entrypoints/decidim/swisstopo.js b/app/packs/entrypoints/decidim/swisstopo.js index 35e7c2a4..85781cdc 100644 --- a/app/packs/entrypoints/decidim/swisstopo.js +++ b/app/packs/entrypoints/decidim/swisstopo.js @@ -3,6 +3,7 @@ import 'leaflet-tilelayer-swiss' import 'leaflet-svgicon' import 'leaflet.markercluster' import '../../src/map.js' // must import this file in order to run any maps at all +import 'src/decidim/map.js' import MapMarkersController from 'src/decidim/map/controller/markers.js' import DragMarkersController from 'src/decidim/map/controller/drag_marker.js' import MapStaticController from 'src/decidim/map/controller/static.js'