Skip to content

Commit 0ff1e89

Browse files
committed
Update: Remove Unused imports
Signed-off-by: Om Jogani <om080jogani@gmail.com>
1 parent 543bca7 commit 0ff1e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/text-editor-resources/src/components/extensions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import textEditor from '@hcengineering/text-editor'
2020
import { type CompletionOptions } from '../Completion'
2121
import MentionList from './MentionList.svelte'
2222
import { SvelteRenderer } from './node-view'
23-
import type { SuggestionKeyDownProps, SuggestionOptions, SuggestionProps } from './extension/suggestion'
23+
import type { SuggestionKeyDownProps, SuggestionProps } from './extension/suggestion'
2424
import InlineCommandsList from './InlineCommandsList.svelte'
2525

2626
export const mInsertTable = [

0 commit comments

Comments
 (0)