Migrating LoginScene to Svelte

This commit is contained in:
David Négrier 2021-05-31 17:03:29 +02:00
parent 120a488121
commit 13d3227323
13 changed files with 150 additions and 176 deletions

View file

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