From 60fecdc358420be7b4ad5753c3e55cb2b42609d6 Mon Sep 17 00:00:00 2001 From: tamaina Date: Mon, 25 Aug 2025 19:37:21 +0900 Subject: [PATCH] clean up --- packages/frontend/src/pages/qr.show.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/pages/qr.show.vue b/packages/frontend/src/pages/qr.show.vue index 6effd1bd27..40f82f1b3b 100644 --- a/packages/frontend/src/pages/qr.show.vue +++ b/packages/frontend/src/pages/qr.show.vue @@ -47,7 +47,7 @@ import { extractAvgColorFromBlurhash } from '@@/js/extract-avg-color-from-blurha import tinycolor from 'tinycolor2'; import QRCodeStyling from 'qr-code-styling'; import type { Directive } from 'vue'; -import { computed, ref, watch, onMounted, useCssModule, onUnmounted, type ComponentPublicInstance, nextTick } from 'vue'; +import { computed, ref, watch, onMounted, useCssModule, onUnmounted } from 'vue'; import { host } from '@@/js/config.js'; import { instance } from '@/instance.js'; import { ensureSignin } from '@/i.js';