diff --git a/src/App.jsx b/src/App.jsx index 4fd2a0c..210f202 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -17,14 +17,16 @@ import BranchCentralPage from './pages/BranchCentral'; import BranchSmallPage from './pages/BranchSmall'; import ReviewComment from './component/detail/review/ReviewComment'; import MyReview from './component/mypage/review/MyReview'; -import AdminPage from './pages/AdminPage'; +// import AdminPage from './pages/AdminPage'; +import AdminMenu from './component/admin/AdminMenu'; import EditPage from './component/admin/EditPage'; import PendingList from './component/admin/pending/PendingList'; import Layout from './component/admin/component/Layout'; import ClubReviews from './component/admin/ClubReviews'; -import NoticePage from './component/main/NoticePage'; import RecruitPage from './pages/RecruitPage'; import QnAPage from './pages/QnAPage'; +import NoticeList from './component/main/NoticeList'; +import NoticePage from './pages/NoticePage'; function App() { const isPc = useMediaQuery({ @@ -41,7 +43,8 @@ function App() {
} /> - }> + } /> + } /> } /> {/* } /> */} } /> @@ -58,13 +61,21 @@ function App() { } /> } /> } /> + } /> - }> - } /> + + + } /> + } /> + } /> + } /> + {/* }> + } /> + } /> } /> } /> - + */}