Adding selectCompanionStore

This commit is contained in:
GRL 2021-05-31 12:16:46 +02:00
parent b8873d1277
commit 120a488121
2 changed files with 86 additions and 0 deletions

View file

@ -0,0 +1,3 @@
import { derived, writable, Writable } from "svelte/store";
export const selectCompanionSceneVisibleStore = writable(false);