Spaces:
Running
Running
File size: 158 Bytes
6842c08 |
1 2 3 4 5 6 7 8 |
<script lang="ts">
import Chat from '$lib/components/chat/Chat.svelte';
import Help from '$lib/components/layout/Help.svelte';
</script>
<Help />
<Chat />
|