import { writable } from 'svelte/store'; export const authentication = writable(null);