From e46339c7a74587b581286855f8684e7a387a7aa2 Mon Sep 17 00:00:00 2001 From: rei Date: Wed, 28 Dec 2022 20:46:53 +0100 Subject: [PATCH] small change --- layouts/MainLayout.tsx | 2 +- pages/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/MainLayout.tsx b/layouts/MainLayout.tsx index d463749..1647962 100644 --- a/layouts/MainLayout.tsx +++ b/layouts/MainLayout.tsx @@ -5,7 +5,7 @@ export const MainLayout = ({ children }: PropsWithChildren) => { return (
-
{children}
+
{children}
); }; diff --git a/pages/index.tsx b/pages/index.tsx index daf4ab9..687689b 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -2,7 +2,7 @@ import { MainLayout } from "../layouts/MainLayout"; export default function Home() { return ( -
+