From cda6169aaf3fb4a8ef8a8c326553fa4b90b1981e Mon Sep 17 00:00:00 2001 From: happppi <102276917+hhbb0081@users.noreply.github.com> Date: Mon, 13 May 2024 14:01:48 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EC=B6=95=EC=A0=9C=20=EB=B6=80=EC=8A=A4?= =?UTF-8?q?=20=ED=8E=98=EC=9D=B4=EC=A7=80=20Auth=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 5bed52c..784e52d 100644 --- a/src/App.js +++ b/src/App.js @@ -57,6 +57,7 @@ function App() { const NewPaymentPage = Auth(PaymentPage, true, 2); const NewPaymentLoadingPage = Auth(PaymentLoadingPage, true, 2); const NewPaymentFailPage = Auth(PaymentFailPage, true, 2); + const NewFestivalBoothSearch = Auth(FestivalBoothSearch, true, 2); // const NewPackagingStatusPage = Auth(PackagingStatusPage, true); // const minute = 1000 * 60 * 60 * 24; // 24시간 @@ -166,7 +167,7 @@ function App() { } /> {/* 축제 부스 검색 페이지 */} - } /> + } />