Skip to content

Commit

Permalink
feat: 뒤로가기 버튼 추가
Browse files Browse the repository at this point in the history
뒤로가기 버튼 추가
  • Loading branch information
leejuhi committed Aug 15, 2024
1 parent 0412951 commit 42c58ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/ProfileEditPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import NavBar from '~/components/navBar/NavBar';
import Title from '../components/Title';
import theme from '../styles/theme';
import Input from '~/components/Input';
import BackButton from '~/components/BackButton';

interface Profile {
id: number;
Expand Down Expand Up @@ -57,6 +58,7 @@ const ProfileEditPage = () => {
return (
<>
<Container>
<BackButton />
<Title main={true}>Profile</Title>
<ProfileContainer>
<Space>프로필 사진 수정</Space>
Expand Down

0 comments on commit 42c58ed

Please sign in to comment.