浏览代码

feat: 删除引用包

huangzhichao 1 年之前
父节点
当前提交
d470032b42
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      src/plugin/components/calendar/index.tsx

+ 1 - 4
src/plugin/components/calendar/index.tsx

@@ -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>
   )
 }