Skip to content

Commit

Permalink
Chore: #194 파일 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoonyesol committed Oct 19, 2024
1 parent 8c3a3ea commit 7913208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/user/auth-form/ProfileImageContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7913208

Please sign in to comment.