Skip to content

Commit

Permalink
feat: [#25] layout 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kangsuyeong committed Aug 8, 2024
1 parent 3e63500 commit 5a70083
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions FITple-Frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ function App() {
<Route path="/profile" element={<ProfilePage />} />
<Route path="/recommend" element={<RecomMainPage />} />
<Route path="/recommendall" element={<RecomAllPage />} />
<Route path="/recommendcloth" element={<RecomAllPage />} />
<Route path="/recommendfeed" element={<RecomUserFeedPage />} />
</Route>
</Routes>
</>
Expand Down

0 comments on commit 5a70083

Please sign in to comment.