Skip to content

Commit d5dba82

Browse files
committed
Other - Remove useless import
1 parent 3d8767f commit d5dba82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atoms/BaseDraggableDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup>
2-
import { ref, reactive, computed, defineExpose, onUnmounted, nextTick } from "vue";
2+
import { ref, reactive, computed, onUnmounted, nextTick } from "vue";
33
import BaseIcon from "./BaseIcon.vue";
44
import { XMLNS } from "../lib";
55

0 commit comments

Comments
 (0)