Skip to content

Commit

Permalink
Merge pull request #49 from Kusitms-29th-ASAP/fix/#46
Browse files Browse the repository at this point in the history
[Fix] Deploy 오류 - 페이지명 수정
  • Loading branch information
uiop5809 authored May 18, 2024
2 parents 81a4f42 + 426bdb6 commit 27cf0e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/mypage/children/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface Child {
allergy: string[];
}

export const page = () => {
export const MyPage = () => {
const [child, setChild] = useState<Child>({
name: "김동우",
school: "신용산초등학교",
Expand Down Expand Up @@ -175,7 +175,7 @@ export const page = () => {
);
};

export default page;
export default MyPage;

const Top = styled.div`
width: 100%;
Expand Down

0 comments on commit 27cf0e3

Please sign in to comment.