diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 9a7342b2..4f15312f 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -48,7 +48,8 @@ const Layout: React.FC<{ children?: React.ReactNode }> = ({ children }) => {
{children}
- */} ); };