mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-03-13 16:22:59 +00:00
4 lines
92 B
TypeScript
4 lines
92 B
TypeScript
import { writable } from 'svelte/store';
|
|
|
|
export const streetViewEnabled = writable(false);
|