src/services/api/index.ts
@@ -24,6 +24,8 @@ import * as userWallet from './userWallet'; import * as fileUtils from './fileUtils'; import * as settings from './settings'; import * as eventUtils from './eventUtils'; import * as enterpriseCooperationWallet from './enterpriseCooperationWallet'; export default { enterprise, enterpriseEmployee, @@ -47,4 +49,6 @@ userWallet, fileUtils, settings, eventUtils, enterpriseCooperationWallet, };