diff --git a/src/App.tsx b/src/App.tsx index 01641da..0c159ec 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -14,6 +14,7 @@ import LandingPage from 'frameworks/web/components/pages/Landing/Landing'; import SignInPage from 'frameworks/web/components/pages/SignIn/SignIn'; import SignUpPage from 'frameworks/web/components/pages/SignUp/SignUp'; import StatusPage from 'frameworks/web/components/pages/StatusPage/StatusPage'; +import Lecture from 'frameworks/web/components/pages/Lecture/Lecture'; import apolloClient, { initStorage } from 'frameworks/web/apollo'; import * as ROUTES from 'utils/routes'; @@ -52,6 +53,9 @@ function App() { + + +