Skip to content

Commit

Permalink
router수정
Browse files Browse the repository at this point in the history
router수정
  • Loading branch information
phyuna0525 authored Mar 16, 2024
2 parents c1dc07f + 05fe659 commit 036cd38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/main/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ const Main = () => {
<Menu href="/WeekendMeals" icon={WeekendMeals}>
주말급식
</Menu>
<Menu href="/NotDevelop" icon={classManage}>
<Menu href="/notDevelop" icon={classManage}>
학급 관리
</Menu>
<Menu href="/NotDevelop" icon={afterManage}>
<Menu href="/notDevelop" icon={afterManage}>
방과후 관리
</Menu>
<Menu href="/NotDevelop" icon={studentInquiry}>
<Menu href="/notDevelop" icon={studentInquiry}>
학생 조회
</Menu>
<Menu href="/changeTeacher" icon={changeTeacher}>
Expand Down

0 comments on commit 036cd38

Please sign in to comment.