1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

Fixed linter error

This commit is contained in:
Nazar Gargol 2020-08-28 00:37:18 +12:00
parent c14b8e2ac6
commit 0b772aef9f

View file

@ -10,7 +10,6 @@ import {
import {computed} from '@ember/object';
import {htmlSafe} from '@ember/string';
import {isBlank} from '@ember/utils';
import {run} from '@ember/runloop';
import {inject as service} from '@ember/service';
import {tracked} from '@glimmer/tracking';