Skip to content

Commit

Permalink
fix: user type 경로 잘못된 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nim-od committed Aug 20, 2024
1 parent 5a836dd commit e4ebcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/user/src/hooks/query/useGetUserInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import serverTeamEnumToClient from 'src/constants/serverMapping.ts';
import useAuth from 'src/hooks/useAuth.ts';
import http from 'src/services/api/index.ts';
import QUERY_KEYS from 'src/services/api/queryKey.ts';
import { User } from 'src/types/user.js';
import type { User } from 'src/types/user.d.ts';
import CustomError from 'src/utils/error.ts';

export interface UserInfoResponse {
Expand Down

0 comments on commit e4ebcf2

Please sign in to comment.