mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-17 17:26:38 +08:00
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
import auth from './auth';
|
|
import route from './route';
|
|
|
|
export default [...auth, ...route];
|