diff --git a/frontend/app/App.jsx b/frontend/app/App.jsx index eb5ec4a..96b208b 100644 --- a/frontend/app/App.jsx +++ b/frontend/app/App.jsx @@ -78,7 +78,9 @@ export const App = (props) => { /> )} -
{props.children}
+
+ {props.children} +
); };