Skip to content

Commit

Permalink
Merge pull request #50 from Kusitms-29th-ASAP/fix/#46
Browse files Browse the repository at this point in the history
[Fix] Deploy 오류 - export 제거
  • Loading branch information
uiop5809 authored May 18, 2024
2 parents 27cf0e3 + 0b91f14 commit 4e2b081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 MyPage = () => {
const MyPage = () => {
const [child, setChild] = useState<Child>({
name: "김동우",
school: "신용산초등학교",
Expand Down

0 comments on commit 4e2b081

Please sign in to comment.