Skip to content
Snippets Groups Projects
Commit 9ed399ce authored by Taha's avatar Taha
Browse files

small change for merge

parent b6016021
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,8 @@ function CreateGameMenu(){
const root = ReactDOM.createRoot(document.getElementById('root'));
function Menu(){
root.render(
<React.StrictMode>
<div className = "Title">
......@@ -44,6 +46,12 @@ root.render(
</div>
</React.StrictMode>
);
}
root.render(
<React.StrictMode>
<Menu />
</React.StrictMode>
);
// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment