fix dark mode
This commit is contained in:
parent
4858f09c47
commit
2485ae8816
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
import { USER_DATA } from '$lib/stores/user-data';
|
||||
import { onMount } from 'svelte';
|
||||
import { invalidateAll } from '$app/navigation';
|
||||
import { ModeWatcher } from 'mode-watcher';
|
||||
|
||||
let { data, children } = $props<{
|
||||
data: { userSession?: any };
|
||||
|
|
@ -68,6 +69,8 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
<ModeWatcher />
|
||||
|
||||
<Sidebar.Provider>
|
||||
<AppSidebar />
|
||||
|
||||
|
|
|
|||
Reference in a new issue