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

8 lines
233 B
TypeScript

import reducers, { Web3State, INITIAL_STATE } from './reducers';
import * as web3Actions from './actions';
import * as web3Types from './types';
export { web3Actions, web3Types, Web3State, INITIAL_STATE };
export default reducers;