1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

Add default portal redirect

This commit is contained in:
Andrew Kingston 2021-05-06 10:18:41 +01:00
parent 61d81a719a
commit efdac8bc66

View file

@ -0,0 +1,4 @@
<script>
import { goto } from "@roxi/routify"
$goto("./apps")
</script>