Skip to content

Commit

Permalink
feat: 이미지 저장 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
E-hyeon authored Aug 14, 2024
1 parent fa3f24d commit 4e49056
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import * as S from './Styles';
import { useNavigate, useParams } from 'react-router-dom';
import defaultProfile from '../../../assets/samples/emptyProfile.png';
import defaultProfile from '../../../assets/samples/emptyProfile.png';

interface CarouselItemProps {
profileId?: number;
Expand Down

0 comments on commit 4e49056

Please sign in to comment.