diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 742e82ad..458e9340 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -7,6 +7,13 @@ import { DrawRoute } from '@/pages/DrawRoute';
import { HostView } from '@/pages/HostView';
import { GuestView } from '@/pages/GuestView';
+const ChannelRoutes = () => (
+
+ } />
+ } />
+
+);
+
export const App = () => (
} />
@@ -14,7 +21,6 @@ export const App = () => (
} />
} />
} />
- } />
- } />
+ } />
);
\ No newline at end of file