diff --git a/client/layouts/Layout.tsx b/client/layouts/Layout.tsx index 073692a..5370ac1 100644 --- a/client/layouts/Layout.tsx +++ b/client/layouts/Layout.tsx @@ -12,10 +12,32 @@ const Layout: React.FC<{}> = ({ children }) => {
{children}
);