Skip to content

Commit d3b225b

Browse files
committed
Fix(#266): added comments and reactions to a blog
1 parent 67bc968 commit d3b225b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/redux/reducers/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ const allReducers = combineReducers({
138138
fetchDocsByRole:fetchDocsByRole,
139139
comments: commentReducer,
140140
reactions: reactionReducer,
141+
141142
});
142143

143144
export type RootState = ReturnType<typeof allReducers>;

0 commit comments

Comments
 (0)