diff --git a/src/routes/index.tsx b/src/routes/index.tsx index e73492d..e5e88c3 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -5,6 +5,7 @@ import { About } from '../pages/Institutional/About' import { Contact } from '../pages/Institutional/Contact' import { Footer } from '../template/Footer' import { Header } from '../template/Header' +import { Newsletter } from '../template/Newsletter' import { Sidebar } from '../template/Sidebar' import css from './index.module.scss' @@ -25,6 +26,7 @@ export function Router() {
+