| 123456789101112 | 
							- import struct from './struct';
 
- import tips from './tips';
 
- import service from './service';
 
- import index from './index/';
 
- import place from './place';
 
- import time from './time';
 
- import comment from './comment';
 
- import faq from './faq';
 
- import message from './message';
 
- import promote from './promote';
 
- export default [struct, tips, service, index, place, time, comment, faq, message, promote];
 
 
  |