Explorar o código

Updated path to utils.

Szymon Kupś %!s(int64=9) %!d(string=hai) anos
pai
achega
1d6eb27478

+ 1 - 1
packages/ckeditor5-image/src/imagealternatetext/imagealternatetextcommand.js

@@ -10,7 +10,7 @@
 import Command from 'ckeditor5-core/src/command/command';
 
 // TODO: isImage to image utils.
-import { isImage } from '../imagestyle/utils';
+import { isImage } from '../utils';
 
 export default class ImageAlternateTextCommand extends Command {
 	constructor( editor ) {