fix: save search input

This commit is contained in:
Andras Bacsai
2022-09-08 10:45:12 +02:00
parent 7350524456
commit 3832d33259
2 changed files with 51 additions and 50 deletions

View File

@@ -26,6 +26,8 @@ interface AddToast {
message: string,
timeout?: number | undefined
}
export const search: any = writable('')
export const loginEmail: Writable<string | undefined> = writable()
export const appSession: Writable<AppSession> = writable({
isRegistrationEnabled: false,