refactor: clean imports

This commit is contained in:
Corentin Thomasset 2022-04-16 20:59:44 +02:00
parent d066319b45
commit 724e142222
No known key found for this signature in database
GPG key ID: DBD997E935996158
4 changed files with 5 additions and 14 deletions

View file

@ -18,10 +18,8 @@
</template>
<script setup lang="ts">
import { useVModel } from '@vueuse/core'
import { useVModel, useClipboard } from '@vueuse/core'
import { ContentCopyFilled } from '@vicons/material'
import { useClipboard } from '@vueuse/core';
import { ref } from 'vue';
const props = defineProps<{ value: string, }>()