Skip to content

Commit

Permalink
fix: import 경로 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jjh4450 committed Sep 23, 2024
1 parent 3b90a66 commit e83a388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/routing/routerInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const routerInfo: routerInfoType[] = [
path: "timetable",
element: lazy(() => import("../../pages/Timetable")),
english: "Timetable",
korean: "타임테이블",
korean: "실시간 일정",
expose: true,
mainPage: true,
scrollOptions: "never",
Expand Down

0 comments on commit e83a388

Please sign in to comment.