Skip to content

Commit

Permalink
Create index.js
Browse files Browse the repository at this point in the history
Signed-off-by: Raydo M <[email protected]>
  • Loading branch information
burnt-exe authored Sep 6, 2024
1 parent 181c3be commit 397e29f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions comptia/src/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css'; // Optional CSS import
import App from './App';

ReactDOM.render(
<React.StrictMode>
<App />
</React.StrictMode>,
document.getElementById('root')
);

0 comments on commit 397e29f

Please sign in to comment.