diff --git a/src/components/layout/layout-wrapper/index.tsx b/src/components/layout/layout-wrapper/index.tsx index fb7f15b0..46bb0457 100644 --- a/src/components/layout/layout-wrapper/index.tsx +++ b/src/components/layout/layout-wrapper/index.tsx @@ -7,7 +7,7 @@ interface Props { export const LayoutWrapper = ({ children }: Props) => { return ( -
+
{children}