diff --git a/apps/dotcom/src/app/App.tsx b/apps/dotcom/src/app/App.tsx index bef465f..c1e96e8 100644 --- a/apps/dotcom/src/app/App.tsx +++ b/apps/dotcom/src/app/App.tsx @@ -10,6 +10,7 @@ import ApplyDeveloper from './pages/apply/developer/ApplyDeveloper'; import ApplyProductDesigner from './pages/apply/product-designer/ApplyProductDesigner'; import ApplyProductManager from './pages/apply/product-manager/ApplyProductManager'; import Events from './pages/events/Events'; +import FAQ from './pages/faq/FAQ'; import Home from './pages/home/Home'; import NotFound from './pages/notfound/NotFound'; import People from './pages/people/People'; @@ -43,6 +44,7 @@ const App: React.FC = () => { + {/* */}