Store previous page for photo Viewer close button

This commit is contained in:
2021-11-29 23:52:40 +01:00
parent e8843409ce
commit 02f0815751
3 changed files with 13 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
import { writable } from 'svelte/store'
export const pageLoading = writable(false)
export const pageLoading = writable(false)
export const previousPage = writable('')