Revert ":wip: Quick Save"

This reverts commit 07f242e6cd.
This commit is contained in:
Mawoka
2022-12-22 18:50:55 +01:00
parent 4ec0550904
commit 0de8c8ba92
10 changed files with 106 additions and 462 deletions
-1
View File
@@ -11,7 +11,6 @@ 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';