Code clean

This commit is contained in:
2020-03-27 11:14:16 +01:00
parent b77f67d3b3
commit ebf1d99645
4 changed files with 29 additions and 28 deletions

View File

@@ -26,7 +26,6 @@ export let currentLocation = writable()
export let currentPhotos = writable()
// State
// export let ready = writable(false)
export let pageReady = writable(false)
export const pageTransition = {
onAnimationEnd () {}