diff --git a/app/index.js b/app/index.js index da02a5a7f..fc115f869 100644 --- a/app/index.js +++ b/app/index.js @@ -51,23 +51,25 @@ if ("serviceWorker" in window.navigator) { if (element) { const App = () => ( - - - - - - <> - - - - - - - - - - - + + + + + + + <> + + + + + + + + + + + + ); render(, element);