diff --git a/apps/web/components/layout/container.tsx b/apps/web/components/layout/container.tsx index 34834bf..3c339f0 100644 --- a/apps/web/components/layout/container.tsx +++ b/apps/web/components/layout/container.tsx @@ -5,5 +5,5 @@ export function Container({ children, className, }: Readonly & { readonly className?: string }) { - return
{children}
; + return
{children}
; }