File size: 152 Bytes
1e92f2d
 
 
 
1
2
3
4
5
import { registerReducer } from 'calypso/state/redux-store';
import accountReducer from './reducer';

registerReducer( [ 'account' ], accountReducer );