🚪 Adds sidebar skeleton
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user