cd13b30
1
2
3
4
import { writable } from "svelte/store"; export const darkmodeStore = writable<boolean>(false);