6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
export * from './app';
|
|
export * from './theme';
|
|
export * from './auth';
|
|
export * from './tab';
|
|
export * from './route';
|