diff --git a/packages/frontend/src/pages/qr.show.vue b/packages/frontend/src/pages/qr.show.vue index 03931dcffb..6effd1bd27 100644 --- a/packages/frontend/src/pages/qr.show.vue +++ b/packages/frontend/src/pages/qr.show.vue @@ -14,12 +14,12 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
@@ -46,7 +46,8 @@ SPDX-License-Identifier: AGPL-3.0-only import { extractAvgColorFromBlurhash } from '@@/js/extract-avg-color-from-blurhash.js'; import tinycolor from 'tinycolor2'; import QRCodeStyling from 'qr-code-styling'; -import { computed, ref, watch, onMounted, type Directive, useCssModule, onUnmounted, type ComponentPublicInstance, nextTick } from 'vue'; +import type { Directive } from 'vue'; +import { computed, ref, watch, onMounted, useCssModule, onUnmounted, type ComponentPublicInstance, nextTick } from 'vue'; import { host } from '@@/js/config.js'; import { instance } from '@/instance.js'; import { ensureSignin } from '@/i.js'; diff --git a/packages/frontend/src/pages/qr.vue b/packages/frontend/src/pages/qr.vue index 558f25a761..9812466c85 100644 --- a/packages/frontend/src/pages/qr.vue +++ b/packages/frontend/src/pages/qr.vue @@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only -->