Skip to content

Commit b1fa6bd

Browse files
committed
style: remove unused imports
1 parent 4bbc8b7 commit b1fa6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createApp, h, ref, nextTick, onMounted, computed, onBeforeUnmount, toRefs } from 'vue'
1+
import { createApp, h, ref, nextTick, computed, toRefs } from 'vue'
22
import { useClasses } from '@vueform/vueform'
33
import ConfirmModal from './ConfirmModal.vue'
44

0 commit comments

Comments
 (0)