index.js 168 Bytes
Newer Older
dengxiaofeng's avatar
dengxiaofeng committed
1 2 3 4 5
import * as actionCreators from './actions';
import * as constants from './constants';
import reducer from './reducer';

export { actionCreators, constants, reducer };