Fixed linting

This commit is contained in:
Kevin Ansfield 2019-11-11 10:42:37 +00:00
parent 875e495728
commit fd26864c28

View File

@ -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({