use redirects

This commit is contained in:
Daniel Bulant 2021-05-24 17:50:39 +02:00
parent 02930e98df
commit 8fb3fb4848

View file

@ -1,5 +1,5 @@
<script>
import { goto } from "@roxi/routify/runtime/helpers";
import { redirect } from "@roxi/routify/runtime/helpers";
$goto("./1");
$redirect("./1");
</script>