MyCrypto/common/features/paritySigner/index.ts

6 lines
219 B
TypeScript

import * as paritySignerTypes from './types';
import * as paritySignerActions from './actions';
import * as paritySignerReducer from './reducer';
export { paritySignerTypes, paritySignerActions, paritySignerReducer };