We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3ba22 commit 72f9440Copy full SHA for 72f9440
htmltoolkit/src/routes/htmlchat/+page.svelte
@@ -0,0 +1,8 @@
1
+<script lang="ts">
2
+ import { onMount } from 'svelte';
3
+ import { goto } from '$app/navigation';
4
+
5
+ onMount(() => {
6
+ goto('/beta/HTMLChat', { replaceState: true });
7
+ });
8
+</script>
0 commit comments