AbdullahAdeeb's picture
add basic structure of chat.allin1ai.app
4236081
raw
history blame contribute delete
158 Bytes
<script lang="ts">
import Chat from '$lib/components/chat/Chat.svelte';
import Help from '$lib/components/layout/Help.svelte';
</script>
<Help />
<Chat />