Spaces:
Sleeping
Sleeping
File size: 158 Bytes
0a4928b |
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 />
|