Skip to content

Commit

Permalink
Merge branch 'feat/#48' of https://github.com/Na-o-man/Na-o-man_Web i…
Browse files Browse the repository at this point in the history
…nto feat/#48
  • Loading branch information
E-hyeon committed Aug 15, 2024
2 parents 05efe3a + 956729e commit 128c63b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import * as S from './Styles';
import defaultProfile from '../../../assets/samples/emptyProfile.png';
import defaultProfile from '../../../assets/samples/emptyProfile.png';

interface ListProps {
name: string;
Expand Down

0 comments on commit 128c63b

Please sign in to comment.