6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
|
import * as actions from './actions';
|
||
|
|
||
|
export * from './middleware';
|
||
|
|
||
|
export default actions;
|