Migrating LoginScene to Svelte
This commit is contained in:
parent
120a488121
commit
13d3227323
13 changed files with 150 additions and 176 deletions
3
front/src/Stores/LoginSceneStore.ts
Normal file
3
front/src/Stores/LoginSceneStore.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import { writable } from "svelte/store";
|
||||
|
||||
export const loginSceneVisibleStore = writable(false);
|
Loading…
Add table
Add a link
Reference in a new issue