:wip: Quick Save

This commit is contained in:
Mawoka
2022-12-21 17:47:27 +01:00
parent 3420504076
commit 07f242e6cd
10 changed files with 461 additions and 105 deletions
+1
View File
@@ -11,6 +11,7 @@ export const signedIn = writable(false);
export const pathname = writable('/');
export const alertModal = writable({ open: false, title: '', body: '' });
export const elementSelection = writable({ data: undefined });
import { goto } from '$app/navigation';
import { page } from '$app/stores';