11 lines
209 B
TypeScript
11 lines
209 B
TypeScript
/*
|
|
* @Author: 田鑫
|
|
* @Date: 2023-03-05 18:14:17
|
|
* @LastEditors: 田鑫
|
|
* @LastEditTime: 2023-03-05 18:24:57
|
|
* @Description:
|
|
*/
|
|
export * from './app';
|
|
export * from './tab-bar';
|
|
export * from './user';
|