Merge branch 'develop' into 490-dashboard

This commit is contained in:
Palash 2022-06-24 11:13:10 +05:30 committed by GitHub
commit bdcc997672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,8 @@
import { applyMiddleware, compose, createStore } from 'redux';
import {
applyMiddleware,
compose,
legacy_createStore as createStore,
} from 'redux';
import thunk, { ThunkMiddleware } from 'redux-thunk';
import AppActions from 'types/actions';