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() {