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