diff --git a/common/util/tiptap-spoiler.ts b/common/util/tiptap-spoiler.ts index 19ca8855..5502da58 100644 --- a/common/util/tiptap-spoiler.ts +++ b/common/util/tiptap-spoiler.ts @@ -1,15 +1,12 @@ // adapted from @n8body/tiptap-spoiler -import type { ElementType } from 'react' import { - Node, Mark, markInputRule, markPasteRule, mergeAttributes, - nodeInputRule, - nodePasteRule, } from '@tiptap/core' +import type { ElementType } from 'react' declare module '@tiptap/core' { interface Commands {