mirror of
https://github.com/Queer-Lexikon/regenbogenkarte
synced 2024-11-10 06:34:21 +00:00
fix: use correct ESM import
Reference: https://github.com/Leaflet/Leaflet/releases/tag/v1.9.0
This commit is contained in:
parent
8c930dba40
commit
31d09e30fa
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import * as L from "leaflet";
|
||||
import L from "leaflet";
|
||||
import "leaflet.markercluster";
|
||||
|
||||
import "leaflet/dist/leaflet.css";
|
||||
|
|
Loading…
Reference in a new issue