Skip to content

Commit

Permalink
Merge pull request #48 from UMC-FITple/fix/#47
Browse files Browse the repository at this point in the history
Fix/#47 App.jsx 루트 에러 수정
  • Loading branch information
SeyeonJang committed Aug 15, 2024
2 parents dfaf56e + 8471e07 commit f4ae9f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FITple-Frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ function App() {
<Route path="/profile" element={<ProfilePage />} />
<Route path="/recommend" element={<RecomMainPage />} />
<Route path="/recommendall" element={<RecomAllPage />} />
<Route path="/a" element={<CompareLoading />} /> {/* 확인용 */}
</Route>
</Routes>
</>
Expand Down

0 comments on commit f4ae9f9

Please sign in to comment.