A frontend for your PDS
at main 3 lines 80 B view raw
1import { writable } from 'svelte/store'; 2 3export const isDark = writable(false);