extract store from configurestore

This commit is contained in:
Peter Holmberg
2018-11-05 16:54:48 +01:00
parent 6dc3e0399d
commit ffc06e9962
9 changed files with 15 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ import ReactDOM from 'react-dom';
import { Provider } from 'react-redux';
import coreModule from 'app/core/core_module';
import { store } from 'app/store/configureStore';
import { store } from 'app/store/store';
import { BackendSrv } from 'app/core/services/backend_srv';
import { DatasourceSrv } from 'app/features/plugins/datasource_srv';
import { ContextSrv } from 'app/core/services/context_srv';