tachybase_todo/packages/actions/src/index.ts

7 lines
181 B
TypeScript
Raw Normal View History

2020-10-24 15:34:43 +08:00
import * as actions from './actions';
export * as utils from './utils';
export * as actions from './actions';
export * as middlewares from './middlewares';
2020-10-24 15:34:43 +08:00
export default actions;