diff --git a/UI/BigComponents/CommunityIndexView.svelte b/UI/BigComponents/CommunityIndexView.svelte index 9ca118c93..f5357fe61 100644 --- a/UI/BigComponents/CommunityIndexView.svelte +++ b/UI/BigComponents/CommunityIndexView.svelte @@ -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 = locationControl.mapD((l) => {