浏览代码

Tests: Fix broken tests.

Maciej Gołaszewski 8 年之前
父节点
当前提交
e0af337ce2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-alignment/src/alignmentcommand.js

+ 1 - 1
packages/ckeditor5-alignment/src/alignmentcommand.js

@@ -8,7 +8,7 @@
  */
 
 import Command from '@ckeditor/ckeditor5-core/src/command';
-import first from '../../ckeditor5-utils/src/first';
+import first from '@ckeditor/ckeditor5-utils/src/first';
 
 /**
  * The alignment command plugin.