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}
); }