From cf9401cd10d0e162944820a77250611ef285b2d2 Mon Sep 17 00:00:00 2001 From: hyeonjiroh Date: Mon, 7 Jul 2025 23:22:33 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=B0=B0=ED=8F=AC=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/map/page.tsx | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/src/app/map/page.tsx b/src/app/map/page.tsx index e16f8ec..d62dbab 100644 --- a/src/app/map/page.tsx +++ b/src/app/map/page.tsx @@ -9,14 +9,17 @@ export default function KakaoMap() { if (loading) return
Loading
; if (error) return
Error
; return ( - - -
Hello World!
-
-
+ <> +
테스트 페이지
+ + +
Hello World!
+
+
+ ); }