index.js 394 B

123456789101112
  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. import comment from './comment';
  8. import faq from './faq';
  9. import message from './message';
  10. import promote from './promote';
  11. export default [struct, tips, service, index, place, time, comment, faq, message, promote];