Fixed linting error

This commit is contained in:
Kevin Ansfield 2021-11-24 16:20:09 +00:00
parent 3f3b66b668
commit 8996bf62a2

View File

@ -4,7 +4,6 @@ import {
IMAGE_EXTENSIONS, IMAGE_EXTENSIONS,
IMAGE_MIME_TYPES IMAGE_MIME_TYPES
} from 'ghost-admin/components/gh-image-uploader'; } from 'ghost-admin/components/gh-image-uploader';
import {NO_CURSOR_MOVEMENT} from './koenig-editor';
import {action, computed, set, setProperties} from '@ember/object'; import {action, computed, set, setProperties} from '@ember/object';
import {utils as ghostHelperUtils} from '@tryghost/helpers'; import {utils as ghostHelperUtils} from '@tryghost/helpers';
import {isEmpty} from '@ember/utils'; import {isEmpty} from '@ember/utils';