Skip to content

Commit

Permalink
Update User.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
NamgungJongMin authored Jan 24, 2024
1 parent bc69253 commit 67a2953
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/pages/User/User.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ import MypageList from '@/components/User/MypageList/MypageList';
import Mywork from '@/components/User/Mywork/Mywork';
import Profile from '@/components/User/Profile/Profile';

const userInfo = {
nickname: '개발토끼',
image: 'https://avatars.githubusercontent.com/u/100336573?v=4',
provider: 'KAKAO',
email: 'test@gmail.com',
};

function User() {
const navigate = useNavigate();
const {data, error, isFetching} = useGetMyInfo(true);
Expand Down

0 comments on commit 67a2953

Please sign in to comment.