Skip to content

Commit

Permalink
Update: Remove Unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
omjogani committed Oct 15, 2024
1 parent 0e158b6 commit 53cc58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/text-editor-resources/src/components/extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 53cc58d

Please sign in to comment.