import { writable } from 'svelte/store'; /** 'my-decks' | 'community' | null - used by Navbar to highlight the correct menu item. */ export const navContext = writable(null);