fix: use correct ESM import

Reference: https://github.com/Leaflet/Leaflet/releases/tag/v1.9.0
This commit is contained in:
nachtjasmin 2022-09-29 15:15:02 +02:00 committed by Jasmin
parent 8c930dba40
commit 31d09e30fa

View file

@ -1,4 +1,4 @@
import * as L from "leaflet";
import L from "leaflet";
import "leaflet.markercluster";
import "leaflet/dist/leaflet.css";