From de897fd7da95299ea5c234b65193315cee4b8757 Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 23 Nov 2022 10:44:52 +0000 Subject: [PATCH] Update layout --- src/components/Layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.js b/src/components/Layout.js index d748d2a..b3ab63d 100644 --- a/src/components/Layout.js +++ b/src/components/Layout.js @@ -4,7 +4,7 @@ export default function Layout({ children }) { return (
-
{children}
+
{children}
); }