🕹 Adds controller page
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<script lang="ts">
|
||||
import Stream from '../components/Views/Stream.svelte';
|
||||
import Controls from '../components/Controls.svelte';
|
||||
</script>
|
||||
|
||||
<div class="flex justify-center items-center w-full h-full">
|
||||
<Stream />
|
||||
<Controls />
|
||||
</div>
|
||||
Reference in New Issue
Block a user