Fix tests

This commit is contained in:
2017-11-08 23:35:23 +01:00
parent 3956a59f58
commit bf84e70527
7 changed files with 15 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
import Controller from '@ember/controller';
import { inject as service } from '@ember/service';
import { alias } from '@ember/object/computed';
import { observer, computed } from '@ember/object';
import { observer } from '@ember/object';
export default Controller.extend({
@@ -26,5 +26,4 @@ export default Controller.extend({
});
}
});