quiting warning of create store from redux core.

This commit is contained in:
2022-05-27 13:14:34 +00:00
parent 1f991f35a4
commit 9551bcc747
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// Redux
import { createStore } from 'redux'; //, applyMiddleware
import { legacy_createStore as createStore} from 'redux'; //, applyMiddleware
// import { Provider } from 'react-redux';
import { composeWithDevTools as composeWithDevToolsWeb } from 'redux-devtools-extension';
import config from '../../config';