diff --git a/src/lib/components/navbar.svelte b/src/lib/components/navbar.svelte index c6b839b6..a8a2bfff 100644 --- a/src/lib/components/navbar.svelte +++ b/src/lib/components/navbar.svelte @@ -7,6 +7,8 @@ setTheme(selectedTheme)}> {#each themes as theme} diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte index 7e16bcbf..288d7d66 100644 --- a/src/routes/__layout.svelte +++ b/src/routes/__layout.svelte @@ -4,7 +4,6 @@ import { onMount } from 'svelte'; import { loadingStateStore } from '$lib/util/loading'; import { themeStore } from '$lib/util/theme'; - import Theme from '$lib/components/theme.svelte'; // This can be removed once https://github.com/sveltejs/kit/issues/1612 is fixed. // Then move it into src and vite will bundle it automatically. @@ -25,7 +24,6 @@ -