Skip to content

Commit

Permalink
refactor: (#205) api 폴더에 있던 wus 폴더 삭제 및 파일 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilpop8663 committed Aug 2, 2023
1 parent 2041f80 commit a7586ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/__test__/api/user.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
getUserInfo,
modifyNickname,
transformUserInfoResponse,
} from '@api/wus/userInfo';
} from '@api/userInfo';

import { MOCK_USER_INFO } from '@mocks/mockData/user';

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion frontend/src/hooks/query/user/useUserInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useQuery } from '@tanstack/react-query';

import { UserInfoResponse } from '@type/user';

import { getUserInfo } from '@api/wus/userInfo';
import { getUserInfo } from '@api/userInfo';

import { QUERY_KEY } from '@constants/queryKey';

Expand Down

0 comments on commit a7586ad

Please sign in to comment.