diff --git a/frontend/src/lib/components/Tabs.svelte b/frontend/src/lib/components/Tabs.svelte index 6c1ec30..92d9eff 100644 --- a/frontend/src/lib/components/Tabs.svelte +++ b/frontend/src/lib/components/Tabs.svelte @@ -7,7 +7,6 @@ export let route: App.Route; const dispatch = createEventDispatcher(); - let props; let ref: HTMLDivElement; let component = InfoTab; onMount(() => { @@ -40,8 +39,6 @@ }; - -
diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index e5f6c47..403a0d5 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -2,7 +2,8 @@ import BottomAppBar from '$lib/components/BottomAppBar.svelte'; import Toast from '$lib/components/Toast.svelte'; import { onMount } from 'svelte'; - + import { onNavigate } from '$app/navigation'; + let node: HTMLElement; onMount(() => {