index.js 281 B

12345678910
  1. import service from './service';
  2. import promote from './promote';
  3. import index from './index/';
  4. import struct from './struct';
  5. import time from './time';
  6. import place from './place';
  7. import rank from './rank';
  8. export default [service, promote, index, struct, time, place, rank];