import { Tour } from './tour.taro';
export type { TourList, TourType, TourProps } from './tour.taro';
export default Tour;
