This commit is contained in:
2023-08-28 15:54:50 +01:00
parent 2754cb1581
commit c9cd7ffc13
47 changed files with 197 additions and 167 deletions

View File

@ -69,7 +69,7 @@ const router = createBrowserRouter([
},
{
path: "/widgets",
element: <WidgetsPage />
element: <WidgetsPage />,
},
{
path: "*",
@ -92,7 +92,7 @@ const router = createBrowserRouter([
await System.Init();
return null;
},
}
},
]);
const root = ReactDOM.createRoot(document.getElementById("root") as HTMLDivElement);
root.render(