From 8e85e54e75828ca3f6a046448a4844ac9f4f612d Mon Sep 17 00:00:00 2001 From: karnelll <165611407+karnelll@users.noreply.github.com> Date: Fri, 25 Oct 2024 21:01:04 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20#21=20=EC=95=84=EC=9D=B4=EC=BD=98=20?= =?UTF-8?q?=ED=81=AC=EA=B8=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/components/event-creat/LocationInput.tsx | 2 +- fe/src/app/naver-map-test copy/page.tsx | 16 ---------------- fe/src/app/naver-map-test/page.tsx | 9 --------- 3 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 fe/src/app/naver-map-test copy/page.tsx delete mode 100644 fe/src/app/naver-map-test/page.tsx diff --git a/fe/src/app/components/event-creat/LocationInput.tsx b/fe/src/app/components/event-creat/LocationInput.tsx index 9b90acc..5157fa5 100644 --- a/fe/src/app/components/event-creat/LocationInput.tsx +++ b/fe/src/app/components/event-creat/LocationInput.tsx @@ -157,4 +157,4 @@ function LocationInput({ className, onSelect }: LocationInputProps) { ); } -export default LocationInput; \ No newline at end of file +export default LocationInput; diff --git a/fe/src/app/naver-map-test copy/page.tsx b/fe/src/app/naver-map-test copy/page.tsx deleted file mode 100644 index 23d8258..0000000 --- a/fe/src/app/naver-map-test copy/page.tsx +++ /dev/null @@ -1,16 +0,0 @@ -import NaverLoginButton from "@/app/components/test/NaverLoginButton"; -import Script from "next/script"; - -export default function Home() { - return ( -
-

Welcome to My App

-

Please login using Naver:

- -