Skip to content

Commit

Permalink
Merge pull request #181 from IT-Cotato/feat/COT-129_mypage_router
Browse files Browse the repository at this point in the history
Feat/cot 129 mypage router
  • Loading branch information
leve68 authored Jan 2, 2025
2 parents 2c09304 + 636d6a0 commit 4805bc7
Show file tree
Hide file tree
Showing 12 changed files with 511 additions and 390 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Home from '@pages/Home/Home';
import Login from '@pages/Login/Login';
import Session from '@pages/Session/Session';
import SignUp from '@pages/JoinUs/SignUp';
import MyPage from '@pages/MyPage/MyPage';
import MyPage from '@pages/MyPage';
import { GlobalStyle } from '@theme/GlobalStyle';
import FindID from '@pages/Login/FindID';
import FindPWProcess from '@pages/Login/FindPWProcess';
Expand Down
367 changes: 0 additions & 367 deletions src/pages/MyPage/MyInfo.tsx

This file was deleted.

Loading

0 comments on commit 4805bc7

Please sign in to comment.