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