Browse Source

feat: 删除引用包

huangzhichao 1 year ago
parent
commit
d470032b42
1 changed files with 1 additions and 4 deletions
  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 { View } from '@tarojs/components'
-import { AtCalendar } from "taro-ui"
 import './index.scss'
 import './index.scss'
 
 
 function Index() {
 function Index() {
   return (
   return (
-    <View>
-      <AtCalendar />
-    </View>
+    <View></View>
   )
   )
 }
 }