This commit is contained in:
ahmed531998 2023-08-03 11:57:35 +02:00
parent 1abccba69d
commit 7ecbf0323d
1 changed files with 1 additions and 1 deletions

View File

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