diff --git a/layouts/Base.tsx b/layouts/Base.tsx index 6431e4d00145..7176b805e520 100644 --- a/layouts/Base.tsx +++ b/layouts/Base.tsx @@ -8,7 +8,7 @@ import { NotificationProvider } from '@/providers/notificationProvider'; import styles from './layouts.module.css'; const BaseLayout: FC = ({ children }) => ( - +
{children}