Refactor BasAuthenticatedPage

This commit is contained in:
2023-06-13 16:21:44 +02:00
parent c01ed9ae49
commit eb0c1a5c21
2 changed files with 74 additions and 105 deletions

View File

@ -22,9 +22,10 @@ async function init() {
root.render(
<React.StrictMode>
{" "}
<BrowserRouter>
<App />
<div style={{ height: "100vh" }}>
<App />
</div>
</BrowserRouter>
</React.StrictMode>
);