index.js 76 B

1234567
  1. import app from './app'
  2. import user from './user'
  3. export {
  4. app,
  5. user
  6. }