diff --git a/packages/app/src/App.jsx b/packages/app/src/App.jsx index 13f7e26a..ac838680 100644 --- a/packages/app/src/App.jsx +++ b/packages/app/src/App.jsx @@ -413,7 +413,6 @@ class App extends React.Component { {config.app.siteName} -
{ - return - - - - - -
- {React.cloneElement(props.children, props)} -
-
+ return <> +
+ + + + + + +
+ {React.cloneElement(props.children, props)} +
+
+
- + } \ No newline at end of file