From f1870f26b935b26c4621b12c0f1fb5116698bec1 Mon Sep 17 00:00:00 2001 From: Han-wo Date: Sun, 2 Feb 2025 15:39:34 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20notfound=20=EC=9E=84=EC=8B=9C?= =?UTF-8?q?=EC=82=AD=EC=A0=9C=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/not-found.tsx | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/app/not-found.tsx diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx deleted file mode 100644 index 1acda60..0000000 --- a/src/app/not-found.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import Link from "next/link"; -import React from "react"; - -import Logo from "@/components/common/auth/logo"; - -export default function NotFound() { - return ( -
-
-
-
- -

서비스 준비중입니다

-

빠른 시일 내에 찾아뵙겠습니다

-
- - - 메인으로 돌아가기 - -
-
-
- ); -}