From dae025126ff29ad2f7bfcac04cc836a97e023954 Mon Sep 17 00:00:00 2001 From: juwon5272 Date: Tue, 12 Nov 2024 11:31:30 +0900 Subject: [PATCH] =?UTF-8?q?[FE][Refactor]=20#131=20:=20=EA=B2=BD=EB=A1=9C?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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