6 lines
81 B
Svelte
6 lines
81 B
Svelte
<script>
|
|
import LiveFeed from "$lib/LiveFeed.svelte";
|
|
|
|
</script>
|
|
|
|
<LiveFeed/> |