index.js 238 B

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