From 51bfe2671151f18fe902eab6231b9d21b470fe24 Mon Sep 17 00:00:00 2001 From: martin <74269598+martabal@users.noreply.github.com> Date: Fri, 4 Apr 2025 23:04:52 +0200 Subject: [PATCH] fix: improve initial loading time (#17379) --- web/src/lib/components/shared-components/change-location.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/components/shared-components/change-location.svelte b/web/src/lib/components/shared-components/change-location.svelte index de10e62bc5..a84838f1db 100644 --- a/web/src/lib/components/shared-components/change-location.svelte +++ b/web/src/lib/components/shared-components/change-location.svelte @@ -13,7 +13,7 @@ import { listNavigation } from '$lib/actions/list-navigation'; import { t } from 'svelte-i18n'; import CoordinatesInput from '$lib/components/shared-components/coordinates-input.svelte'; - import Map from '$lib/components/shared-components/map/map.svelte'; + import type Map from '$lib/components/shared-components/map/map.svelte'; import { get } from 'svelte/store'; interface Point { lng: number;