From 9a4260dd60ce526e26dba81f2cb5b5ce988d51ce Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Fri, 10 May 2024 11:44:35 -0400 Subject: [PATCH] Wip --- app/routes/application.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/routes/application.js b/app/routes/application.js index 1da6178d60..4eb8b857a2 100644 --- a/app/routes/application.js +++ b/app/routes/application.js @@ -1,8 +1,7 @@ import { inject as service } from '@ember/service'; import { action, set } from '@ember/object'; import Route from '@ember/routing/route'; -import Ember from 'ember'; -const { NativeArray } = Ember; +import { NativeArray } from '@ember/array'; export default class ApplicationRoute extends Route { @service adapter;