[Glitch] Type Redux store and middleware

Port 6aeb162927 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Renaud Chaput
2023-05-09 16:56:26 +02:00
committed by Claire
parent a56c71faba
commit 5aa08826cf
9 changed files with 60 additions and 34 deletions

View File

@ -91,4 +91,6 @@ const reducers = {
followed_tags,
};
export default combineReducers(reducers);
const rootReducer = combineReducers(reducers);
export { rootReducer };