File size: 155 Bytes
1e92f2d |
1 2 3 4 5 |
import { registerReducer } from 'calypso/state/redux-store';
import commentsReducer from './reducer';
registerReducer( [ 'comments' ], commentsReducer );
|
1e92f2d |
1 2 3 4 5 |
import { registerReducer } from 'calypso/state/redux-store';
import commentsReducer from './reducer';
registerReducer( [ 'comments' ], commentsReducer );
|