Fix some linter errors and warnings

This commit is contained in:
Râu Cao
2022-10-06 12:29:57 +02:00
parent 19553b9777
commit fb66bd4f0d
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import Component from '@ember/component';
import { computed } from '@ember/object';
import { alias, and, notEmpty } from '@ember/object/computed';
import { and, notEmpty } from '@ember/object/computed';
import { assign } from '@ember/polyfills';
import moment from 'moment';
import { inject as service } from '@ember/service';