implemented debounce function successfuly

This commit is contained in:
andres alcocer
2020-07-10 18:26:07 -04:00
parent 4e6349f5f7
commit df9a71c1d4
4 changed files with 55 additions and 109 deletions

View File

@@ -4,6 +4,7 @@ import { Provider } from 'react-redux';
import { createStore, applyMiddleware } from 'redux';
import reducers from './store/reducers';
import promise from 'redux-promise';
import '@babel/polyfill';
import App from './containers/App';
// Import main sass file to apply global styles