Merge branch 'resizeSelect' of github.com:thecodingmachine/workadventure into resizeSelect
This commit is contained in:
commit
047337ae81
16 changed files with 237 additions and 331 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