import { writable } from "svelte/store"; export const loginSceneVisibleStore = writable(false);