diff --git a/src/UI/ThemeViewGUI.svelte b/src/UI/ThemeViewGUI.svelte
index bccb69ae1..35f9e9688 100644
--- a/src/UI/ThemeViewGUI.svelte
+++ b/src/UI/ThemeViewGUI.svelte
@@ -4,7 +4,6 @@
import MaplibreMap from "./Map/MaplibreMap.svelte"
import FeatureSwitchState from "../Logic/State/FeatureSwitchState"
import MapControlButton from "./Base/MapControlButton.svelte"
- import ToSvelte from "./Base/ToSvelte.svelte"
import If from "./Base/If.svelte"
import type { Feature } from "geojson"
import SelectedElementView from "./BigComponents/SelectedElementView.svelte"
@@ -48,6 +47,7 @@
import { Drawer } from "flowbite-svelte"
import { linear } from "svelte/easing"
import DefaultIcon from "./Map/DefaultIcon.svelte"
+ import Loading from "./Base/Loading.svelte"
export let state: ThemeViewState
@@ -421,7 +421,9 @@