This commit is contained in:
Timothy Jaeryang Baek
2024-12-22 04:49:24 -07:00
parent 2e85c8e24d
commit e444f769f6
7 changed files with 106 additions and 26 deletions

View File

@@ -0,0 +1,7 @@
<script lang="ts">
import { page } from '$app/stores';
import Channel from '$lib/components/channel/Channel.svelte';
</script>
<Channel id={$page.params.id} />