1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

build errors from dodgy merge

This commit is contained in:
Michael Shanks 2020-06-12 21:20:44 +01:00
parent 3b506f59cb
commit ac00a47d23
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>