fix lint error

This commit is contained in:
Philipp Kühn 2021-08-13 15:50:18 +02:00
parent b4702959c9
commit 920d9a0113

View File

@ -7,8 +7,6 @@ import {
import { EditorView } from 'prosemirror-view'
import { Schema, MarkType, NodeType } from 'prosemirror-model'
import getAttributes from './helpers/getAttributes'
import getNodeAttributes from './helpers/getNodeAttributes'
import getMarkAttributes from './helpers/getMarkAttributes'
import isActive from './helpers/isActive'
import removeElement from './utilities/removeElement'
import createDocument from './helpers/createDocument'