diff --git a/components/layout.tsx b/components/layout.tsx index 4a7aa36..780c16b 100644 --- a/components/layout.tsx +++ b/components/layout.tsx @@ -7,6 +7,10 @@ import { Page, Main } from './styles/generic' const Layout = ({ children }: { children: React.ReactNode }) => { return ( +