index.js 205 B

1234567
  1. import struct from './struct';
  2. import service from './service';
  3. import index from './index/';
  4. import place from './place';
  5. import time from './time';
  6. export default [struct, service, index, place, time];