diff --git a/frontend/src/index.js b/frontend/src/index.js index 0c5e75d..4e199d6 100644 --- a/frontend/src/index.js +++ b/frontend/src/index.js @@ -3,7 +3,7 @@ import ReactDOM from 'react-dom'; import './index.css'; import App from './App'; import * as serviceWorker from './serviceWorker'; - +import 'react' from 'react-redux'; ReactDOM.render(, document.getElementById('root')); // If you want your app to work offline and load faster, you can change