1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00

Update routing to use new page names

This commit is contained in:
Andrew Kingston 2020-10-22 17:43:27 +01:00
parent 29dd32320d
commit 80e71bff91

View file

@ -1,6 +1,6 @@
<script>
import { goto } from "@sveltech/routify"
$goto("../backend")
$goto("../data")
</script>
<!-- routify:options index=false -->