diff --git a/src/lib/components/functional/Navbar.svelte b/src/lib/components/functional/Navbar.svelte index 4142009..d7f3fa5 100644 --- a/src/lib/components/functional/Navbar.svelte +++ b/src/lib/components/functional/Navbar.svelte @@ -2,6 +2,7 @@ import { browser } from "$app/environment"; import { page } from "$app/stores"; import { duration, fade } from "$lib/animation"; + import { setTheme } from "$lib/store/index.svelte"; import clsx from "clsx"; import { MoonIcon, SunIcon } from "lucide-svelte"; import { quintOut } from "svelte/easing"; @@ -128,15 +129,7 @@