From 1b082b8ea924e18877041a7781bf4e935c069f07 Mon Sep 17 00:00:00 2001 From: unnatikala05 <53338821+unnatikala05@users.noreply.github.com> Date: Tue, 1 Oct 2019 12:33:21 +0530 Subject: [PATCH] update --- frontend/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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