mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-01 07:36:41 +08:00
6 lines
147 B
TypeScript
6 lines
147 B
TypeScript
import auth from './auth';
|
|
import route from './route';
|
|
import management from './management';
|
|
|
|
export default [...auth, ...route, ...management];
|