Files
AllinSSL/frontend/apps/allin-ssl/mock/index.ts
2026-01-13 17:47:39 +08:00

10 lines
247 B
TypeScript

// 导出所有模块
export * from './userInfo' // 示例接口
export * from './overview'
export * from './workflow'
export * from './cert'
export * from './access'
export * from './siteMonitor'
export * from './setting'
export * from './login'