Skip to content

Commit

Permalink
✨ Feat: RetroList 페이지 경로 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yeneua committed Apr 9, 2024
1 parent 8e99789 commit 243da48
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ const App = () => {
</PrivateRoute>
}
/>
<Route
path="/retrolist"
element={
<PrivateRoute>
<RetroListPage />
</PrivateRoute>
}
/>
</Route>

{/* MainLayout */}
Expand Down

0 comments on commit 243da48

Please sign in to comment.