diff --git a/components/common/Layout/Layout.tsx b/components/common/Layout/Layout.tsx index 2e53bed62..c7fc9f0a5 100644 --- a/components/common/Layout/Layout.tsx +++ b/components/common/Layout/Layout.tsx @@ -18,7 +18,7 @@ import LoginView from '@components/auth/LoginView' import s from './Layout.module.css' const Loading = () => ( -
+
) @@ -104,7 +104,7 @@ const Layout: FC = ({ return (
- + {/* */}
{children}