From 3aedeeb81ec35c6682c03f0af2e5c6aa0ae6200b Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 19 Feb 2026 15:11:30 +0100 Subject: [PATCH] fix: remove unused Component import in suggestion.ts --- frontend/src/components/input/editor/suggestion.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/input/editor/suggestion.ts b/frontend/src/components/input/editor/suggestion.ts index 12cef5691..186b49770 100644 --- a/frontend/src/components/input/editor/suggestion.ts +++ b/frontend/src/components/input/editor/suggestion.ts @@ -1,5 +1,4 @@ import type {Editor, Range} from '@tiptap/core' -import type {Component} from 'vue' import {VueRenderer} from '@tiptap/vue-3' import { PhTextAa, PhTextH, PhListBullets, PhListNumbers, PhListChecks,