ow / src /routes /(app) /playground /+page.svelte
github-actions[bot]
GitHub deploy: bf21401e889044c4f8c5d791894400267e5f7168
0f0a173
raw
history blame contribute delete
89 Bytes
<script>
import Chat from '$lib/components/playground/Chat.svelte';
</script>
<Chat />