File size: 164 Bytes
6842c08
 
 
 
 
 
 
1
2
3
4
5
6
7
8
<script lang="ts">
	import { page } from '$app/stores';

	import Channel from '$lib/components/channel/Channel.svelte';
</script>

<Channel id={$page.params.id} />