import { writable } from 'svelte/store'; export const path = writable(window.location.pathname);