0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Fixed linter error

This commit is contained in:
Kevin Ansfield 2022-05-11 12:56:19 +01:00
parent 627b6f259a
commit 37aec66e83

View file

@ -1,6 +1,5 @@
import Component from '@glimmer/component'; import Component from '@glimmer/component';
import moment from 'moment'; import moment from 'moment';
import {action} from '@ember/object';
import {htmlSafe} from '@ember/template'; import {htmlSafe} from '@ember/template';
import {isArray} from '@ember/array'; import {isArray} from '@ember/array';
import {isServerUnreachableError} from 'ghost-admin/services/ajax'; import {isServerUnreachableError} from 'ghost-admin/services/ajax';