From 0d8a3f1a58afb3a732cc2378529f2d74a6d983e5 Mon Sep 17 00:00:00 2001 From: wjtje <33957974+wjtje@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:23:35 +0100 Subject: [PATCH] change import to type only --- UI/BigComponents/CommunityIndexView.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {