1234567891011 |
- 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';
- export default [struct, tips, service, index, place, time, comment, faq, message];
|