diff --git a/src/page/main/index/Main.tsx b/src/page/main/index/Main.tsx index ed74fe64..328a5fec 100644 --- a/src/page/main/index/Main.tsx +++ b/src/page/main/index/Main.tsx @@ -1,33 +1,5 @@ -import Divider from "@common/component/Divider/Divider"; -import Spacing from "@common/component/Spacing/Spacing"; - -/* -localhost:5173/main -*/ -import React, { ChangeEvent, useState } from "react"; -import { Button } from "@common/component/Button"; -import { IcTest } from "@asset/svg"; -import { Toast } from "@common/component/Toast/Toast.tsx"; - const Main = () => { - return ( - <> - - {/**/} - - - - - - ); + return
메인
; }; export default Main;