Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed May 10, 2024
1 parent e0f0fa8 commit 9a4260d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/routes/application.js
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 9a4260d

Please sign in to comment.