From a1027749cb2326d11ddb87ab3b241a015a87109e Mon Sep 17 00:00:00 2001 From: SeungWoo Date: Mon, 27 May 2024 22:24:53 +0900 Subject: [PATCH] ADD :: Profile Edit Page --- src/app/profile/edit/page.tsx | 52 +++++++++++++++++++++++++++++++++++ src/app/profile/page.tsx | 8 ++++-- 2 files changed, 57 insertions(+), 3 deletions(-) create mode 100644 src/app/profile/edit/page.tsx diff --git a/src/app/profile/edit/page.tsx b/src/app/profile/edit/page.tsx new file mode 100644 index 0000000..157dd1b --- /dev/null +++ b/src/app/profile/edit/page.tsx @@ -0,0 +1,52 @@ +'use client' + +import { Add, Arrow, DecorationImg_1 } from '@/assets' +import { Button, Input, Select } from '@/components' +import Image from 'next/image' +import { useRouter } from 'next/navigation' + +export default function ProfileEditPage() { + const router = useRouter() + + return ( +
+
+
+ +

프로필 수정

+
+
+ Profile Image + +
+
+ +