diff --git a/packages/core/src/extensions/commands.ts b/packages/core/src/extensions/commands.ts index 4671c68d..02e96897 100644 --- a/packages/core/src/extensions/commands.ts +++ b/packages/core/src/extensions/commands.ts @@ -6,6 +6,7 @@ import * as command from '../commands/command' import * as clearNodes from '../commands/clearNodes' import * as deleteSelection from '../commands/deleteSelection' import * as extendMarkRange from '../commands/extendMarkRange' +import * as first from '../commands/first' import * as focus from '../commands/focus' import * as insertHTML from '../commands/insertHTML' import * as insertText from '../commands/insertText' @@ -26,7 +27,6 @@ import * as toggleBlockType from '../commands/toggleBlockType' import * as toggleList from '../commands/toggleList' import * as toggleMark from '../commands/toggleMark' import * as toggleWrap from '../commands/toggleWrap' -import * as first from '../commands/first' import * as updateNodeAttributes from '../commands/updateNodeAttributes' import * as wrapIn from '../commands/wrapIn' import * as wrapInList from '../commands/wrapInList'