diff --git a/src/components/Root.js b/src/components/Root.js index 6f18b22..a538634 100644 --- a/src/components/Root.js +++ b/src/components/Root.js @@ -14,16 +14,20 @@ import './Root.css'; import s0 from './Root.module.css'; const Proxies = React.lazy(() => - import(/* webpackChunkName: "proxies" */ - /* webpackPrefetch: true */ - /* webpackPreload: true */ - './Proxies') + import( + /* webpackChunkName: "proxies" */ + /* webpackPrefetch: true */ + /* webpackPreload: true */ + './Proxies' + ) ); const Rules = React.lazy(() => - import(/* webpackChunkName: "rules" */ - /* webpackPrefetch: true */ - /* webpackPreload: true */ - './Rules') + import( + /* webpackChunkName: "rules" */ + /* webpackPrefetch: true */ + /* webpackPreload: true */ + './Rules' + ) ); // testing... @@ -39,7 +43,7 @@ const Root = () => ( } /> - } maxDuration={10}> + }> } /> } />