make the tiling system aware of active stream

This commit is contained in:
Micha Albert 2024-07-28 23:20:03 +00:00
parent ffc81adb8f
commit b5ec309ccb
6 changed files with 88 additions and 43 deletions

View file

@ -1,4 +1,5 @@
import App from './App.svelte'
import './app.css'
const app = new App({
target: document.getElementById('app')!,