Skip to content

Commit 53cc58d

Browse files
committed
Update: Remove Unused imports
1 parent 0e158b6 commit 53cc58d

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)