@@ -1,12 +1,9 @@
import { View } from '@tarojs/components'
-import { AtCalendar } from "taro-ui"
import './index.scss'
function Index() {
return (
- <View>
- <AtCalendar />
- </View>
+ <View></View>
)
}