mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-26 06:40:17 +08:00
7 lines
151 B
TypeScript
7 lines
151 B
TypeScript
export * from './app';
|
|
export * from './theme';
|
|
export * from './auth';
|
|
export * from './tab';
|
|
export * from './route';
|
|
export * from './setup-store';
|