diff --git a/frontend/src/Router.jsx b/frontend/src/Router.jsx index 94d80e9..529a465 100644 --- a/frontend/src/Router.jsx +++ b/frontend/src/Router.jsx @@ -7,8 +7,8 @@ import { lazy } from 'react'; import MyPageLayout from './components/Layout/MyPageLayout'; import LivePage from './pages/LivePage'; import ErrorPage from './pages/ErrorPage'; +import { LectureLayout } from './components/Layout'; -const LectureLayout = lazy(async () => await import('./components/Layout/LectureLayout')); const LearningLectureDetailPage = lazy(async () => await import('./pages/LearningLectureDetailPage')); const NoticeListPage = lazy(async () => await import('./pages/NoticeListPage')); const NoticeDetailPage = lazy(async () => await import('./pages/NoticeDetailPage')); diff --git a/frontend/src/components/Header/Header.jsx b/frontend/src/components/Header/Header.jsx index 8a720b8..0b75996 100644 --- a/frontend/src/components/Header/Header.jsx +++ b/frontend/src/components/Header/Header.jsx @@ -33,7 +33,12 @@ export default function Header() { 수강중인 강의
  • - live + + live +