index.js 93 B

123456
  1. import base from './base'
  2. import estate from './estate'
  3. export default {
  4. base,
  5. estate,
  6. }