This commit is contained in:
ahmed531998 2023-04-18 11:13:07 +02:00
parent 42b71b44a2
commit ff8de15d1f
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ import Page from "./Page.js";
ReactDOM.render(
<React.StrictMode>
<BrowserRouter>
<Page />
</BrowserRouter>
</React.StrictMode>,
document.getElementById("root")
);