From 855c373268fcd2b79cad2878f1a28131326ddaa4 Mon Sep 17 00:00:00 2001 From: Neshura Date: Fri, 16 Dec 2022 23:13:11 +0100 Subject: [PATCH] Closes #22, #23, #22 --- components/layout.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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 ( +