🆙 Cleanup old youtube link in chat, now broadcasting is working

This commit is contained in:
duckietm
2026-04-10 16:32:14 +02:00
parent d61428c7d2
commit bef58bc929
5 changed files with 3 additions and 85 deletions
-2
View File
@@ -31,7 +31,6 @@ import { UserProfileView } from './user-profile/UserProfileView';
import { UserSettingsView } from './user-settings/UserSettingsView';
import { WiredView } from './wired/WiredView';
import { WiredCreatorToolsView } from './wired-tools/WiredCreatorToolsView';
import { YoutubeTvView } from './youtube-tv/YoutubeTvView';
export const MainView: FC<{}> = props =>
{
@@ -124,7 +123,6 @@ export const MainView: FC<{}> = props =>
<GameCenterView />
<FloorplanEditorView />
<FurniEditorView />
<YoutubeTvView />
<ExternalPluginLoader />
</>
);