From 7913208ae9d0ea1ac162482a2a93d74c26ba477b Mon Sep 17 00:00:00 2001 From: yoonyesol Date: Sun, 20 Oct 2024 06:33:03 +0900 Subject: [PATCH] =?UTF-8?q?Chore:=20#194=20=ED=8C=8C=EC=9D=BC=20=EA=B2=BD?= =?UTF-8?q?=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/user/auth-form/ProfileImageContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/user/auth-form/ProfileImageContainer.tsx b/src/components/user/auth-form/ProfileImageContainer.tsx index 6aaa09cc..fdd5c39c 100644 --- a/src/components/user/auth-form/ProfileImageContainer.tsx +++ b/src/components/user/auth-form/ProfileImageContainer.tsx @@ -4,11 +4,11 @@ import { FaRegTrashCan } from 'react-icons/fa6'; import { convertBytesToString } from '@utils/converter'; import { USER_SETTINGS } from '@constants/settings'; import { JPG, PNG, SVG, WEBP } from '@constants/mimeFileType'; +import useAxios from '@hooks/useAxios'; import useToast from '@hooks/useToast'; import { useUploadProfileImage } from '@hooks/query/useUserQuery'; import useStore from '@stores/useStore'; import { getProfileImage } from '@services/userService'; -import useAxios from '@/hooks/useAxios'; type ProfileImageContainerProps = { imageUrl: string | null;