From 3bf06bd7fe2f4e5d63d9ab4b6b92e76fabc7469b Mon Sep 17 00:00:00 2001 From: omjogani Date: Tue, 15 Oct 2024 16:36:19 +0530 Subject: [PATCH] Update: Remove Unused imports Signed-off-by: omjogani --- plugins/text-editor-resources/src/components/extensions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/text-editor-resources/src/components/extensions.ts b/plugins/text-editor-resources/src/components/extensions.ts index 8aa0edecef..8f273b99ce 100644 --- a/plugins/text-editor-resources/src/components/extensions.ts +++ b/plugins/text-editor-resources/src/components/extensions.ts @@ -20,7 +20,7 @@ import textEditor from '@hcengineering/text-editor' import { type CompletionOptions } from '../Completion' import MentionList from './MentionList.svelte' import { SvelteRenderer } from './node-view' -import type { SuggestionKeyDownProps, SuggestionOptions, SuggestionProps } from './extension/suggestion' +import type { SuggestionKeyDownProps, SuggestionProps } from './extension/suggestion' import InlineCommandsList from './InlineCommandsList.svelte' export const mInsertTable = [