From 86a35870d1bad070e55da1dbb0f72a0870327cbb Mon Sep 17 00:00:00 2001 From: jjh4450 Date: Mon, 25 Dec 2023 21:21:01 +0900 Subject: [PATCH] =?UTF-8?q?[Feat]=20#5=20=EC=97=85=EB=A1=9C=EB=93=9C=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=9D=BC=EC=9A=B0=ED=84=B0=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _frontend/petadrop/src/app/uproad/page.js | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _frontend/petadrop/src/app/uproad/page.js diff --git a/_frontend/petadrop/src/app/uproad/page.js b/_frontend/petadrop/src/app/uproad/page.js new file mode 100644 index 0000000..5c4bb76 --- /dev/null +++ b/_frontend/petadrop/src/app/uproad/page.js @@ -0,0 +1,24 @@ +import exp from 'constants' +import Image from 'next/image' +import Link from 'next/link' + +// export function Login() { +// return( +//
+//

Sign In

+// {/* */} +// +// +// +//

로그인 하여 Peatdrop의 더 많은 서비스를 사용하세요!

+//
+// ) +// } + +export default function Home() { + return ( +
+ Upload Page +
+ ) +}