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