import { View } from '@tarojs/components' import { AtCalendar } from "taro-ui" import './index.scss' function Index() { return ( <View> <AtCalendar /> </View> ) } export default Index