Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
melpsh committed May 19, 2024
1 parent 3096c44 commit 6952938
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ import { BrowserRouter } from 'react-router-dom';
ReactDOM.createRoot(document.getElementById('root')).render(
//<BrowserRouter>
<React.StrictMode>
<div>
<h1>HELLO TESTs</h1>

<h1>HELLO TEST</h1>

</div>

</React.StrictMode>
//</BrowserRouter>
Expand Down

0 comments on commit 6952938

Please sign in to comment.