Type Redux store and middleware (#24843)
This commit is contained in:
parent
e1f466fbbe
commit
6aeb162927
9 changed files with 61 additions and 35 deletions
|
@ -87,4 +87,6 @@ const reducers = {
|
|||
followed_tags,
|
||||
};
|
||||
|
||||
export default combineReducers(reducers);
|
||||
const rootReducer = combineReducers(reducers);
|
||||
|
||||
export { rootReducer };
|
Loading…
Add table
Add a link
Reference in a new issue