fix node order

This commit is contained in:
Philipp Kühn
2018-11-05 23:05:16 +01:00
parent cdef54c55e
commit b67d099739
4 changed files with 8 additions and 8 deletions

View File

@@ -123,12 +123,12 @@ import Icon from 'Components/Icon'
import { Editor } from 'tiptap'
import {
BlockquoteNode,
BulletListNode,
CodeBlockNode,
HardBreakNode,
HeadingNode,
ListItemNode,
OrderedListNode,
BulletListNode,
ListItemNode,
TodoItemNode,
TodoListNode,
BoldMark,