index.ts 126 Bytes
Newer Older
1
2
3
4
import { writable } from 'svelte/store';

export const config = writable(undefined);
export const user = writable(undefined);