format imports

This commit is contained in:
Sinclair Chen 2022-09-27 18:10:32 -04:00
parent 93778762c1
commit b8eb27a4dd

View File

@ -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<ReturnType> {