mcwl-pc/app/api/index.ts

4 lines
90 B
TypeScript

// api/index.ts
export * from './user'
export * from './common'
// 导出其他 API 模块