diff -r b26c9c44dd84 -r 819a7ab4e3fb clientjs/packages/annotation-dashboard-explorunivers/src/store.js --- a/clientjs/packages/annotation-dashboard-explorunivers/src/store.js Mon Sep 17 10:47:06 2018 +0200 +++ b/clientjs/packages/annotation-dashboard-explorunivers/src/store.js Mon Sep 17 15:32:33 2018 +0200 @@ -5,12 +5,11 @@ import { createLogger } from 'redux-logger'; import { createStore, applyMiddleware, compose } from 'redux'; -import { rootReducer, actions } from 'dashboard-components'; +import { fetchAnnotations } from 'dashboard-components/lib/actions'; +import rootReducer from 'dashboard-components/lib/reducers'; import { dashboardId } from './config.json'; -const { fetchAnnotations } = actions; - let middlewares = [thunkMiddleware]; if (process.env.NODE_ENV !== 'production') {