Skip to content

Commit

Permalink
Merge pull request #2 from SagiSan/patch-1
Browse files Browse the repository at this point in the history
export fix
  • Loading branch information
ZhangMYihua authored Jan 1, 2020
2 parents daa484d + 86e6cf9 commit f538c60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/redux/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ const middlewares = [logger];
export const store = createStore(rootReducer, applyMiddleware(...middlewares));

export const persistor = persistStore(store);

export default { store, persistStore };

0 comments on commit f538c60

Please sign in to comment.