forked from FoundKeyGang/FoundKey
fix: remove unused import
This commit is contained in:
parent
340420c48a
commit
10bf05563b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { defineComponent, defineAsyncComponent, reactive, ref, computed } from 'vue';
|
||||
import { defineAsyncComponent, reactive, ref, computed } from 'vue';
|
||||
import { v4 as uuid } from 'uuid';
|
||||
import MkSelect from '@/components/form/select.vue';
|
||||
import MkButton from '@/components/ui/button.vue';
|
||||
|
|
Loading…
Reference in a new issue