Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
harjyoti12 committed Apr 23, 2024
1 parent 7b8d36b commit 9a5ab23
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main.jsx
Original file line number Diff line number Diff line change
@@ -1,10 +0,0 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App.jsx'
import './index.css'

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

0 comments on commit 9a5ab23

Please sign in to comment.