Skip to content

Commit

Permalink
refactor: 쓰지 않는 페이지 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
brgndyy committed Sep 20, 2024
1 parent cb5a0f5 commit 4bc0812
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions frontend/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,16 +216,6 @@ const routes = [
</App>
),
},
{
path: `${ROUTES.discussions}`,
element: (
<App>
<Suspense fallback={<LoadingSpinner />}>
<DiscussionListPage />
</Suspense>
</App>
),
},
{
path: ROUTES.submitDiscussion,
element: (
Expand Down

0 comments on commit 4bc0812

Please sign in to comment.