import { writable } from 'svelte/store'; export const spectating = writable(false);