zcash-grant-system/frontend/client/modules/rfps/index.ts

8 lines
227 B
TypeScript

import reducers, { RFPState, INITIAL_STATE } from './reducers';
import * as rfpActions from './actions';
import * as rfpTypes from './types';
export { rfpActions, rfpTypes, RFPState, INITIAL_STATE };
export default reducers;