From 4f5c277691cba02b4e73ba8c2e63a495ad551f05 Mon Sep 17 00:00:00 2001 From: Dahyeon Jin Date: Tue, 17 Dec 2024 17:30:31 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20<=EB=A9=94=EC=9D=B8=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80>=20=EC=BB=B4=ED=8F=AC=EB=84=8C=ED=8A=B8?= =?UTF-8?q?=EB=A5=BC=20rafce=20=EC=8A=A4=EB=8B=88=ED=8E=AB=20=ED=98=95?= =?UTF-8?q?=ED=83=9C=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa58832..8ca06e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,3 +1,5 @@ -export default function Home() { +const Home = () => { return
Home
; -} +}; + +export default Home;