Update: Remove Unused imports

Signed-off-by: omjogani <om080jogani@gmail.com>
This commit is contained in:
omjogani 2024-10-15 16:36:19 +05:30
parent 543bca794f
commit 3bf06bd7fe

View File

@ -20,7 +20,7 @@ import textEditor from '@hcengineering/text-editor'
import { type CompletionOptions } from '../Completion' import { type CompletionOptions } from '../Completion'
import MentionList from './MentionList.svelte' import MentionList from './MentionList.svelte'
import { SvelteRenderer } from './node-view' 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' import InlineCommandsList from './InlineCommandsList.svelte'
export const mInsertTable = [ export const mInsertTable = [