diff --git a/apps/web/components/layouts/mainLayout.tsx b/apps/web/components/layouts/mainLayout.tsx index 8299e70..9ec92f9 100644 --- a/apps/web/components/layouts/mainLayout.tsx +++ b/apps/web/components/layouts/mainLayout.tsx @@ -13,7 +13,7 @@ export const MainLayout = ({ children }: MainLayoutProps) => {
- {children} +
{children}
);