Skip to content

Commit

Permalink
Merge pull request #390 from zandiarash/patch-1
Browse files Browse the repository at this point in the history
Update index.js
  • Loading branch information
mrholek authored Aug 14, 2022
2 parents 4ca8dfc + 88735ba commit 49aa826
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
import 'react-app-polyfill/stable'
import 'core-js'
import React from 'react'
import ReactDOM from 'react-dom'
import { createRoot } from 'react-dom/client'
import App from './App'
import reportWebVitals from './reportWebVitals'
import { Provider } from 'react-redux'
import store from './store'

ReactDOM.render(
createRoot(document.getElementById('root')).render(
<Provider store={store}>
<App />
</Provider>,
document.getElementById('root'),
)

// If you want to start measuring performance in your app, pass a function
Expand Down

0 comments on commit 49aa826

Please sign in to comment.