diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-18 22:15:22 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-18 22:15:22 +0200 |
| commit | 925af2f19ac7c513d7b1567ab0f48a73e8fb8f6e (patch) | |
| tree | 94e2000fe71ccf416cbe707332687b9933a6b857 /client/store.js | |
| parent | 79a867775f9edff9f8a16506833409687335d53c (diff) | |
modal
Diffstat (limited to 'client/store.js')
| -rw-r--r-- | client/store.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/store.js b/client/store.js index a404a19d..b64d26b5 100644 --- a/client/store.js +++ b/client/store.js @@ -6,6 +6,7 @@ import thunk from 'redux-thunk' // import nameSearchReducer from './nameSearch/nameSearch.reducer' const rootReducer = combineReducers({ + api: (a = {}) => a, // faceAnalysis: faceAnalysisReducer, // faceSearch: faceSearchReducer, // nameSearch: nameSearchReducer, |
