💥 feat: Initial commit
Van Zheng authored at 2023-02-24 11:21:45
221.00 B
NewLife.CubeAntd
// @ts-ignore
/* eslint-disable */
// API 更新时间:
// API 唯一标识:
import * as pet from './pet';
import * as store from './store';
import * as user from './user';
export default {
  pet,
  store,
  user,
};