2024-05-21 17:30:31 +00:00
|
|
|
<script type="ts">
|
|
|
|
import Chat from '$lib/components/chat/Chat.svelte';
|
2023-12-27 00:35:01 +00:00
|
|
|
import { page } from '$app/stores';
|
2023-11-20 01:47:07 +00:00
|
|
|
</script>
|
|
|
|
|
2024-05-21 17:30:31 +00:00
|
|
|
<Chat chatIdProp={$page.params.id} />
|