github-actions[bot]
GitHub deploy: 094fdd8943c19be1d75365df111aa5ced9238afa
133d4af
raw
history blame contribute delete
157 Bytes
<script lang="ts">
import { goto } from '$app/navigation';
import { onMount } from 'svelte';
onMount(() => {
goto('/workspace/models');
});
</script>