Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired authored and snewcomer committed Jul 31, 2020
1 parent bbf63a9 commit 5f01bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/model/addon/-private/model.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { assert, deprecate, warn } from '@ember/debug';
import EmberError from '@ember/error';
import EmberObject, { computed, get } from '@ember/object';
import { run } from '@ember/runloop';
import { isNone } from '@ember/utils';
import { DEBUG } from '@glimmer/env';
import Ember from 'ember';
import { run } from '@ember/runloop';

import { RECORD_DATA_ERRORS, RECORD_DATA_STATE, REQUEST_SERVICE } from '@ember-data/canary-features';
import {
Expand Down

0 comments on commit 5f01bf8

Please sign in to comment.