diff --git a/ticketping/src/App.js b/ticketping/src/App.js index d4511bd..c9dca09 100644 --- a/ticketping/src/App.js +++ b/ticketping/src/App.js @@ -9,7 +9,7 @@ import Order from './pages/Order' import AppLayout from './component/AppLayout'; import Login from './pages/Login'; import VerificationInfo from './pages/Join'; -import MyPage from './pages/MyPage'; +import MyOrder from './pages/MyOrder'; import NotFound from './pages/NotFound'; import Checkout from './pages/payment/Checkout'; import Success from './pages/payment/Success'; @@ -22,7 +22,8 @@ function App() { }> }> }> - }> + }> + {/* }> */} } /> } /> }> diff --git a/ticketping/src/component/AppLayout.js b/ticketping/src/component/AppLayout.js index b21fc0c..8dd1420 100644 --- a/ticketping/src/component/AppLayout.js +++ b/ticketping/src/component/AppLayout.js @@ -28,9 +28,9 @@ function AppLayout({ children }) { {isAuthenticated ? (