From 2ab337de5b5ba97fac127e5878c4d273404d4f69 Mon Sep 17 00:00:00 2001 From: choiyoubin <48716638+choiyoubin@users.noreply.github.com> Date: Thu, 21 Mar 2024 18:02:21 +0900 Subject: [PATCH] =?UTF-8?q?fix/app.js=EB=B0=8F=20=EC=BB=A4=EC=84=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.js | 2 -- .../Certification/CertificationInput/CertificationInput.css | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index fdaded4..9161c53 100644 --- a/src/App.js +++ b/src/App.js @@ -14,7 +14,6 @@ import LoginPage from "./pages/Login/LoginPage.jsx"; import MainPage from "./pages/Main/MainPage.jsx"; import MyPage from "./pages/Mypage/Mypage.jsx"; import OrderManagePage from "./pages/OrderManage/Order.jsx"; -import ReceiptTest from "./pages/ReceiptTest.jsx"; import SalesManage from "./pages/SalesManage/SalesManage.jsx"; import JudgeResultsBeforePage from "./pages/Signup/JudgeResults/JudgeResultsBeforePage.jsx"; import JudgeResultsRejectPage from "./pages/Signup/JudgeResults/JudgeResultsReject/JudgeResultsRejectPage.jsx"; @@ -79,7 +78,6 @@ function App() { } /> } /> } /> - } /> {/* 추가 */} } />