Starting working towards migrating the help camera popup

This commit is contained in:
David Négrier 2021-06-01 09:08:02 +02:00
parent ce645a83ab
commit 9d6b597552
7 changed files with 150 additions and 14 deletions

View file

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