Skip to content

Commit

Permalink
🚚 Rename: 프로필 폼과 이미지 컴포넌트로 통합에 따른 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-paik committed Nov 22, 2023
1 parent 8e948cb commit b9e1d1e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 230 deletions.
25 changes: 0 additions & 25 deletions src/pages/ProfilePage/FollowCount.jsx

This file was deleted.

20 changes: 0 additions & 20 deletions src/pages/ProfilePage/FollowCountStyle.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/pages/ProfilePage/ProfileEditPage/ProfileEditPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useRecoilState } from 'recoil';
import { useQuery, useMutation } from 'react-query';
import { postAccountnameDuplicate } from '../../../api/auth';
import { getMyInfo, editProfile } from '../../../api/profile';
import ProfileForm from '../../../components/Profile/ProfileForm';
import ProfileForm from '../../../components/Profile/ProfileForm/ProfileForm';
import { userInfoAtom } from '../../../atoms/UserAtom';

const ProfileEditPage = () => {
Expand Down
8 changes: 0 additions & 8 deletions src/pages/ProfilePage/ProfilePageStyle.jsx

This file was deleted.

67 changes: 0 additions & 67 deletions src/pages/ProfilePage/UseInfoStyle.jsx

This file was deleted.

109 changes: 0 additions & 109 deletions src/pages/ProfilePage/UserInfo.jsx

This file was deleted.

0 comments on commit b9e1d1e

Please sign in to comment.