Starting working towards migrating the help camera popup
This commit is contained in:
parent
ce645a83ab
commit
9d6b597552
7 changed files with 150 additions and 14 deletions
3
front/src/Stores/HelpCameraSettingsStore.ts
Normal file
3
front/src/Stores/HelpCameraSettingsStore.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import { writable } from "svelte/store";
|
||||
|
||||
export const helpCameraSettingsVisibleStore = writable(false);
|
Loading…
Add table
Add a link
Reference in a new issue