Skip to content

Commit

Permalink
Update main.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinyadavrao authored Oct 23, 2023
1 parent 3c4dfbc commit bb2559d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App.jsx'
import './index.css'
import './task.css'

ReactDOM.createRoot(document.getElementById('root')).render(
<App />
Expand Down

0 comments on commit bb2559d

Please sign in to comment.