6 lines
78 B
Svelte
6 lines
78 B
Svelte
<script>
|
|
import ChannelView from "./Main.svelte";
|
|
|
|
</script>
|
|
|
|
<ChannelView />
|