Skip to content

Commit

Permalink
!HOTFIX(route): 충돌 해결하면서 삭제했던 코드 복구
Browse files Browse the repository at this point in the history
  • Loading branch information
joojjang committed Sep 28, 2024
1 parent 09e8679 commit 363ea5e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ const router = createBrowserRouter([
</ProtectedRoute>
),
},
{
path: RouterPath.challengeList,
element: (
<ProtectedRoute>
<ChallengeList />
</ProtectedRoute>
),
},
],
},
{
Expand Down

0 comments on commit 363ea5e

Please sign in to comment.