Skip to content

Commit

Permalink
Update apps/member/src/pages/Routes.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
gwansikk authored Sep 20, 2024
1 parent 78f50f5 commit 89915ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/member/src/pages/Routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const LibraryPage = lazy(() => import('@pages/LibraryPage/LibraryPage'));
const LibraryDetailPage = lazy(
() => import('@pages/LibraryDetailPage/LibraryDetailPage'),
);
const MyPage = lazy(() => import('@pages/MyPage'));
const MyPage = lazy(() => import('@pages/MyPage/MyPage'));
const CalendarPage = lazy(() => import('@pages/CalendarPage/CalendarPage'));
const SupportPage = lazy(() => import('@pages/SupportPage/SupportPage'));
const LoginPage = lazy(() => import('@pages/LoginPage/LoginPage'));
Expand Down

0 comments on commit 89915ff

Please sign in to comment.