diff --git a/components/dashboard/links/QRCode.vue b/components/dashboard/links/QRCode.vue index f02bf0c..f7709f3 100644 --- a/components/dashboard/links/QRCode.vue +++ b/components/dashboard/links/QRCode.vue @@ -2,7 +2,6 @@ import { Button } from '#components' import { Download } from 'lucide-vue-next' import QRCodeStyling from 'qr-code-styling' -import { onMounted, ref, watch } from 'vue' const props = defineProps({ data: {