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