Spaces:
Sleeping
Sleeping
| <script lang="ts"> | |
| import { goto } from '$app/navigation'; | |
| import { onMount } from 'svelte'; | |
| onMount(() => { | |
| goto('/workspace/models'); | |
| }); | |
| </script> | |