diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index acb567a..9f26303 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -4,7 +4,7 @@ import { Footer } from "./Footer"; export const Layout = ({ children }: { children: any }) => { return ( - +
{ > {children} -