diff --git a/web/src/index.js b/web/src/index.js index b30a12b47d..64d847b54c 100644 --- a/web/src/index.js +++ b/web/src/index.js @@ -19,7 +19,7 @@ * find current contact information at www.suse.com. */ -import React, { StrictMode } from "react"; +import React from "react"; import { createRoot } from "react-dom/client"; import "core-js/stable"; import "regenerator-runtime/runtime"; @@ -52,28 +52,26 @@ const container = document.getElementById("root"); const root = createRoot(container); root.render( - - - - - - - }> - }> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - - } /> + + + + + + }> + }> + } /> + } /> + } /> + } /> + } /> + } /> + } /> - - - - - - + } /> + + + + + + );