File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,6 @@ function App() {
1818 return (
1919 < div className = 'App' >
2020 < Router >
21- < Routes >
22- < Route path = '/' element = { < Main /> } />
23- < Route path = '/admin' element = { < AdminMain /> } />
24- < Route path = '/admin/applicants' element = { < ManApplicants /> } />
25- < Route path = '/recruit-meeting' element = { < RecruitMeeting /> } />
26- < Route path = '/recruit-meeting/submit' element = { < RecruitSubmitMeeting /> } />
27- < Route path = '/news' element = { < News /> } />
28- < Route path = '/news/:no' element = { < NewsInfo /> } />
29- < Route path = '/usermain' element = { < UserMain /> } />
30- </ Routes >
3121 < AppContent />
3222 </ Router >
3323 </ div >
@@ -45,12 +35,15 @@ function AppContent() {
4535 < Routes >
4636 < Route path = '/' element = { < Main /> } />
4737 < Route path = '/login' element = { < Login /> } />
38+ < Route path = '/usermain' element = { < UserMain /> } />
4839 < Route path = '/recruit' element = { < Recruit /> } />
4940 < Route path = '/coremember' element = { < CoreMembers /> } />
5041 < Route path = '/recruit-meeting' element = { < RecruitMeeting /> } />
5142 < Route path = '/recruit-meeting/submit' element = { < RecruitSubmitMeeting /> } />
5243 < Route path = '/news' element = { < News /> } />
5344 < Route path = '/news/:no' element = { < NewsInfo /> } />
45+ < Route path = '/admin' element = { < AdminMain /> } />
46+ < Route path = '/admin/applicants' element = { < ManApplicants /> } />
5447 </ Routes >
5548 </ >
5649 )
You can’t perform that action at this time.
0 commit comments