7 lines
232 B
TypeScript
7 lines
232 B
TypeScript
|
import * as swapTypes from './types';
|
||
|
import * as swapActions from './actions';
|
||
|
import * as swapReducer from './reducer';
|
||
|
import * as swapSelectors from './selectors';
|
||
|
|
||
|
export { swapTypes, swapActions, swapReducer, swapSelectors };
|