Skip to content

Commit

Permalink
✨:: #7 회원가입 페이지 라우터 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyosin-Jang committed Mar 6, 2022
1 parent 8528de5 commit c0de4ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ const App = () => {
<Router>
<Routes>
<Route path="/auth/login" element={<Loginpage />} />
{/* -- 아래 페이지들은 개발 중입니다
{/*
<Route path="/find/login" element={<FindIdandPwpage />} />
<Route path="/find/id" element={<FindIdpage />} />
<Route path="/find/pw" element={<FindPWpage />} />
<Route path="/auth/register" element={<Registerpage />} />
*/}
<Route path="/auth/register" element={<Registerpage />} />
</Routes>
</Router>
);
Expand Down

0 comments on commit c0de4ab

Please sign in to comment.