We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f0fa8 commit 9a4260dCopy full SHA for 9a4260d
app/routes/application.js
@@ -1,8 +1,7 @@
1
import { inject as service } from '@ember/service';
2
import { action, set } from '@ember/object';
3
import Route from '@ember/routing/route';
4
-import Ember from 'ember';
5
-const { NativeArray } = Ember;
+import { NativeArray } from '@ember/array';
6
7
export default class ApplicationRoute extends Route {
8
@service adapter;
0 commit comments