From 6011b283644474713660401f7428a150b50a10ba Mon Sep 17 00:00:00 2001 From: colorkite10 Date: Thu, 26 Oct 2023 23:45:32 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20main=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=EC=B4=88=EA=B8=B0=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/MainPage.tsx | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/src/pages/MainPage.tsx b/src/pages/MainPage.tsx index f7865ed7..fd51a4b8 100644 --- a/src/pages/MainPage.tsx +++ b/src/pages/MainPage.tsx @@ -1,34 +1,5 @@ -import Header from '@/components/common/Header/Header'; -import Tab from '@/components/common/Tab/Tab'; -import { TAB_CONSTANTS } from '@/constants/tab'; -import { TabContextProvider } from '@/context/TabContext'; - const MainPage = () => { - return ( - -
- -
-
- ); + return
main
; }; export default MainPage;