返回 AiToEarn
index.ts
1 /**
2 * Settings Tabs 统一导出
3 */
4
5 export * from './GeneralTab'
6 export * from './ProfileTab'
7
7 lines TYPESCRIPT