🚪 Adds sidebar skeleton

This commit is contained in:
Rune Harlyk
2023-05-14 21:40:21 +02:00
parent eb5d690871
commit 2ebcb73697
3 changed files with 34 additions and 0 deletions
+2
View File
@@ -5,6 +5,7 @@
import Stream from './components/Views/Stream.svelte';
import Controls from './components/Controls.svelte';
import location from './lib/location';
import Sidebar from './components/Sidebar.svelte';
onMount(() => {
connect(`ws://${location}`);
@@ -13,6 +14,7 @@
<main class="w-screen h-screen">
<Topbar />
<Sidebar />
<div class="flex justify-center items-center w-full h-full">
<Stream />
<Controls />