forked from tsai/budibase
60 changed files with 38 additions and 25 deletions
@ -0,0 +1,4 @@ |
|||
<script> |
|||
import { goto } from "@roxi/routify" |
|||
$goto("./portal") |
|||
</script> |
|||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
@ -1,4 +1,4 @@ |
|||
<script> |
|||
import { goto } from "@roxi/routify" |
|||
$goto("./portal") |
|||
$goto("./app") |
|||
</script> |
|||
|
|||
Loading…
Reference in new issue