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 ( -
Please login using Naver:
-