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 e7d88c3 commit 3096c44
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ import 'bootstrap/dist/css/bootstrap.css';
import { BrowserRouter } from 'react-router-dom';

ReactDOM.createRoot(document.getElementById('root')).render(
<BrowserRouter>
//<BrowserRouter>
<React.StrictMode>
<App />

<h1>HELLO TEST</h1>

</React.StrictMode>
</BrowserRouter>
//</BrowserRouter>
)

0 comments on commit 3096c44

Please sign in to comment.