Refactor BasAuthenticatedPage
This commit is contained in:
@ -22,9 +22,10 @@ async function init() {
|
||||
|
||||
root.render(
|
||||
<React.StrictMode>
|
||||
{" "}
|
||||
<BrowserRouter>
|
||||
<App />
|
||||
<div style={{ height: "100vh" }}>
|
||||
<App />
|
||||
</div>
|
||||
</BrowserRouter>
|
||||
</React.StrictMode>
|
||||
);
|
||||
|
Reference in New Issue
Block a user