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

8 lines
257 B
TypeScript

import reducers, { ProposalState, INITIAL_STATE } from './reducers';
import * as proposalActions from './actions';
import * as proposalTypes from './types';
export { proposalActions, proposalTypes, ProposalState, INITIAL_STATE };
export default reducers;