diff --git a/resources/js/common/layouts/AppLayout/AppLayout.tsx b/resources/js/common/layouts/AppLayout/AppLayout.tsx index 8510a1e024..35295dbed4 100644 --- a/resources/js/common/layouts/AppLayout/AppLayout.tsx +++ b/resources/js/common/layouts/AppLayout/AppLayout.tsx @@ -25,7 +25,7 @@ interface AppLayoutMainProps { const AppLayoutMain: FC = ({ children, className }) => { return ( -
+
{children}
);