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
1 changed files with 1 additions and 1 deletions

View File

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