yap #1

Merged
cirroskais merged 55 commits from development into master 2024-07-06 16:12:27 +00:00
Showing only changes of commit 9b1017f69a - Show all commits

View file

@ -1,7 +1,7 @@
import { writable, type Writable } from 'svelte/store'; import { writable, type Writable } from 'svelte/store';
import type { UserSafe } from '../app'; import type { UserSafe } from '../app';
export const darkMode = writable(); export const darkMode = writable(true);
export const user: Writable<UserSafe> = writable(); export const user: Writable<UserSafe> = writable();
// too lazy to do types for this // too lazy to do types for this