Skip to content

Commit

Permalink
feat/mypage 구성
Browse files Browse the repository at this point in the history
  • Loading branch information
sonagi98 committed Jul 24, 2023
1 parent e5185ba commit 0726ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/MyPage/UserInfo/UserInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import InfoEditModal from './InfoEditModal';
// import { getUserinfo } from '../assets/api/UserInfoApi';

//TODO: API로 정보 불러오기 getUserinfo(id) <- member id 알아오기
//테스트용 유저 정보 -> 추후 삭제
//테스트용 유저 정보
const user: User = {
username: 'Chunsik',
password: '1234',
Expand Down

0 comments on commit 0726ab7

Please sign in to comment.