import struct from './struct';
import tips from './tips';
import service from './service';
import index from './index/';
import place from './place';
import time from './time';

export default [struct, tips, service, index, place, time];