Browse Source

Update routing to use new page names

pull/801/head
Andrew Kingston 6 years ago
parent
commit
f916405c6a
  1. 2
      packages/builder/src/pages/[application]/index.svelte

2
packages/builder/src/pages/[application]/index.svelte

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

Loading…
Cancel
Save