import { writable } from \'svelte/store\'; /** Read the current token from LocalStorage on boot */ const token = writable(localStorage.getItem(\'token\')); /** Stor