소스 검색

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