index.ts 93 B

1234
  1. import auth from './auth';
  2. import route from './route';
  3. export default [...auth, ...route];