mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
Fixed linting
This commit is contained in:
parent
875e495728
commit
fd26864c28
@ -1,7 +1,7 @@
|
||||
import Component from '@ember/component';
|
||||
import moment from 'moment';
|
||||
import {computed} from '@ember/object';
|
||||
import { equal } from '@ember/object/computed';
|
||||
import {equal} from '@ember/object/computed';
|
||||
import {inject as service} from '@ember/service';
|
||||
|
||||
export default Component.extend({
|
||||
|
Loading…
Reference in New Issue
Block a user