1
0
Fork 0
mirror of synced 2024-07-01 20:41:03 +12:00

Initially navigate to design rather than data

This commit is contained in:
Andrew Kingston 2022-04-12 14:10:01 +01:00
parent 92145be663
commit e91ca2af22

View file

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