From fe303999bb3d1067783ea96cef71ea2a4a69a2df Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 15 Dec 2018 23:21:02 +0100 Subject: embedding applets --- client/store.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/store.js') diff --git a/client/store.js b/client/store.js index 9c0f78cd..3c7acefb 100644 --- a/client/store.js +++ b/client/store.js @@ -6,6 +6,7 @@ import thunk from 'redux-thunk' // import reviewReducer from './review/review.reducer' const rootReducer = combineReducers({ + auth: (state = {}) => state, // auth: (state = login()) => state, // metadata: metadataReducer, // search: searchReducer, @@ -16,6 +17,7 @@ function configureStore(initialState = {}) { const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose const store = createStore( + rootReducer, initialState, composeEnhancers( applyMiddleware( -- cgit v1.2.3-70-g09d2