Skip to content

Commit 2368655

Browse files
committed
docs: remove unused import [skip ci]
1 parent a299881 commit 2368655

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vitepress/theme/components/BuySellAds.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</template>
66

77
<script>
8-
import { h, onMounted } from 'vue'
8+
import { onMounted } from 'vue'
99
1010
/* global _bsa */
1111
const ID = 'bsa-cpc-script'

docs/.vitepress/theme/components/CarbonAds.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</template>
44

55
<script>
6-
import { h, onMounted, ref } from 'vue'
6+
import { onMounted, ref } from 'vue'
77
88
export default {
99
name: 'CarbonAds',

0 commit comments

Comments
 (0)