mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-02-12 19:11:23 +08:00
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
import auth from './auth';
|
|
import route from './route';
|
|
|
|
export default [...auth, ...route];
|