Skip to content

Commit

Permalink
test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ruigomes99 committed Sep 19, 2024
1 parent a6417da commit 4a2c86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ReactDOM from 'react-dom/client';
import './index.css';
import App from './App';

// This is a test - v2
// This is a test - v3
const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<App />
Expand Down

0 comments on commit 4a2c86b

Please sign in to comment.