diff --git a/src/s2-homeworks/hw05/layout/Layout.tsx b/src/s2-homeworks/hw05/layout/Layout.tsx index 34f7df1..ca09dcd 100644 --- a/src/s2-homeworks/hw05/layout/Layout.tsx +++ b/src/s2-homeworks/hw05/layout/Layout.tsx @@ -18,7 +18,7 @@ export const Layout: FC = ({ children }) => { return ( <> -
+
{children} )