🚧 Working on vite build

This commit is contained in:
wjtje 2023-01-16 15:05:22 +01:00 committed by Pieter Vander Vennet
parent 10c89e8eb5
commit 39cc043f8b
4 changed files with 97 additions and 7 deletions

View file

@ -1,5 +1,5 @@
import { Utils } from "../../../Utils"
import * as OsmToGeoJson from "osmtogeojson"
import OsmToGeoJson from "osmtogeojson"
import StaticFeatureSource from "../Sources/StaticFeatureSource"
import PerLayerFeatureSourceSplitter from "../PerLayerFeatureSourceSplitter"
import { Store, UIEventSource } from "../../UIEventSource"