🚨 cleanup

This commit is contained in:
2024-07-15 22:09:03 +00:00
parent 41bdd55358
commit 9ed2f70701
8 changed files with 19 additions and 167 deletions

View File

@@ -9,7 +9,9 @@ import { ChromecastReceiver } from './model/ChromecastListener';
const app = createApp(MapApp)
// @ts-ignore
app.provide(ReceiverSymbol, new MultiReceiver([
// @ts-ignore
new BroadcastReceiver(),
// @ts-ignore
new ChromecastReceiver(),
]));