From f0d39789e3a5126feccf2e089079697e51623599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=95=84=EC=98=81?= Date: Mon, 13 Jan 2025 00:10:41 +0900 Subject: [PATCH] =?UTF-8?q?modify:=20MyStorePage=20=EC=BB=B4=ED=8F=AC?= =?UTF-8?q?=EB=84=8C=ED=8A=B8=20=EC=B0=B8=EC=A1=B0=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/App.js b/src/App.js index 6440429..8e8612c 100644 --- a/src/App.js +++ b/src/App.js @@ -2,14 +2,10 @@ import "./App.css"; import Layout from "./components/layout/Layout"; import Router from "./Router"; -import MypageSubMenu from "./components/common/MypageSubMenu"; -import MyStorePage from "./pages/MyPage/MyStorePage"; - function App() { return ( - ); }