/ common / features / swap / index.ts
index.ts
1  import * as swapTypes from './types';
2  import * as swapActions from './actions';
3  import * as swapReducer from './reducer';
4  import * as swapSelectors from './selectors';
5  
6  export { swapTypes, swapActions, swapReducer, swapSelectors };