import { writable } from 'svelte/store'; export const config = writable(undefined); export const user = writable(undefined);