forked from MapComplete/MapComplete
change import to type only
This commit is contained in:
parent
8743fa6192
commit
0d8a3f1a58
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
import { GeoOperations } from "../../Logic/GeoOperations"
|
||||
import Translations from "../i18n/Translations"
|
||||
import ToSvelte from "../Base/ToSvelte.svelte"
|
||||
import { Feature, Geometry, GeometryCollection } from "@turf/turf"
|
||||
import type { Feature, Geometry, GeometryCollection } from "@turf/turf"
|
||||
|
||||
export let locationControl: Store<{ lat: number; lon: number }>
|
||||
const tileToFetch: Store<string> = locationControl.mapD((l) => {
|
||||
|
|
Loading…
Reference in a new issue