5 lines
106 B
TypeScript
5 lines
106 B
TypeScript
|
|
export * from './auth';
|
||
|
|
export * from './dict';
|
||
|
|
export * from './route';
|
||
|
|
export * from './system-manage';
|