diff --git a/src/App.tsx b/src/App.tsx index 18050e3..049f115 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,6 +11,7 @@ import SignIn from 'frameworks/web/components/pages/SignIn/SignIn'; import SignUp from 'frameworks/web/components/pages/SignUp/SignUp'; import Footer from 'frameworks/web/components/organisms/Footer/Footer'; import SpeakerApply from 'frameworks/web/components/pages/SpeakerApply/SpeakerApply'; +import Profile from 'frameworks/web/components/pages/Profile/Profile'; import StatusPage from 'frameworks/web/components/pages/StatusPage/StatusPage'; import apolloClient, { initStorage } from 'frameworks/web/apollo'; @@ -48,6 +49,9 @@ function App() { + + +