1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

build errors from dodgy merge

This commit is contained in:
Michael Shanks 2020-06-12 21:20:44 +01:00
parent 5b59a110a6
commit 5174c3f1dc
2 changed files with 1 additions and 1 deletions

View file

@ -110,7 +110,6 @@
appId: $store.appId,
})
)
)
}
$: if (iframe)

View file

@ -1,3 +1,4 @@
<script>
import { params } from "@sveltech/routify"
store.setCurrentPage($params.page)
</script>