remove unused code

This commit is contained in:
MaysWind
2025-01-05 19:46:22 +08:00
parent 0e422b5a8f
commit 53ab441486
+1 -1
View File
@@ -25,7 +25,7 @@
</template>
<script setup lang="ts">
import {useTemplateRef, watch, onMounted, onUpdated, type Ref} from 'vue';
import { useTemplateRef, watch, onMounted, onUpdated } from 'vue';
import { ClipboardHolder } from '@/lib/clipboard.ts';