diff --git a/packages/extension-link/index.ts b/packages/extension-link/index.ts index 1989289e..4a95ff21 100644 --- a/packages/extension-link/index.ts +++ b/packages/extension-link/index.ts @@ -1,6 +1,4 @@ -import { - Command, createMark, markPasteRule, -} from '@tiptap/core' +import { Command, createMark, markPasteRule } from '@tiptap/core' import { Plugin, PluginKey } from 'prosemirror-state' export interface LinkOptions {