Skip to content

Commit 38a8645

Browse files
committed
Remove unused import
1 parent 239fbff commit 38a8645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/vue-ui-word-cloud.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, watch, computed, nextTick, onMounted, onBeforeUnmount, onBeforeMount } from 'vue';
2+
import { ref, watch, computed, nextTick, onMounted, onBeforeUnmount } from 'vue';
33
import themes from "../themes.json";
44
import Title from '../atoms/Title.vue';
55
import UserOptions from '../atoms/UserOptions.vue';

0 commit comments

Comments
 (0)