mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-18 01:36:37 +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];
|