|
@@ -1,5 +1,7 @@
|
|
|
import { useMutation } from '@tanstack/react-query';
|
|
|
-import { userApi, userQueryKeys, PostSetProfileDataReturn, PostSetProfileData } from '@api/user';
|
|
|
+
|
|
|
+import { userQueryKeys } from '../user-query-keys';
|
|
|
+import { type PostSetProfileDataReturn, type PostSetProfileData, userApi } from '../user-api';
|
|
|
|
|
|
import type { BaseAxiosError } from '../../../../types';
|
|
|
|