Spaces:
Sleeping
Sleeping
File size: 93 Bytes
498a7b8 |
1 2 3 4 5 6 |
<script lang="ts">
import Chat from '$lib/components/chat/Chat.svelte';
</script>
<Chat />
|