diff --git a/src/components/layout/FullWidth.tsx b/src/components/layout/FullWidth.tsx index 312dc4c..f7ebe41 100644 --- a/src/components/layout/FullWidth.tsx +++ b/src/components/layout/FullWidth.tsx @@ -7,7 +7,12 @@ export interface FullWidthProps { } const FullWidth: FC = ({ className, children }) => { - return
{children}
+ return ( + <> +
{children}
+