Basic redux integration for thread component (#141)
This commit is contained in:
committed by
Aleksei Gurianov
parent
b6cda91dd9
commit
a02b1502a6
@@ -1 +1,8 @@
|
||||
import { collapsedThreads } from './thread.reducers';
|
||||
import collapsedCommentsMiddleware from './collapsedCommentsMiddleware';
|
||||
|
||||
export const threadReducers = { collapsedThreads };
|
||||
|
||||
export const threadMiddlewares = [collapsedCommentsMiddleware];
|
||||
|
||||
export { default } from './thread';
|
||||
|
||||
Reference in New Issue
Block a user