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 (
-