From 2f5a177e32ed8a98a49c3a43594449c3b3c3de63 Mon Sep 17 00:00:00 2001 From: Muyue Date: Sat, 18 Oct 2025 22:40:24 +0200 Subject: [PATCH] Remove NetworkStatus component - not needed with new layout --- frontend/src/App.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index ef26d65..bd7ddd8 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -4,7 +4,6 @@ import { useCollaborationStore } from './stores/collaboration' import CollaborativeInput from './components/CollaborativeInput.vue' import CollaborativeSession from './components/CollaborativeSession.vue' import TimelinePanel from './components/TimelinePanel.vue' -import NetworkStatus from './components/NetworkStatus.vue' const collaborationStore = useCollaborationStore() @@ -24,8 +23,6 @@ function startNewCollaboration() {