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

@@ -103,14 +103,14 @@ import { Editor } from 'tiptap'
import {
// Nodes
BlockquoteNode,
BulletListNode,
CodeBlockNode,
CodeBlockHighlightNode,
HardBreakNode,
HeadingNode,
ImageNode,
ListItemNode,
OrderedListNode,
BulletListNode,
ListItemNode,
TodoItemNode,
TodoListNode,