ui: Correct AdapterError import (#9147)

This commit is contained in:
John Cowen 2020-11-10 14:36:45 +00:00 committed by GitHub
parent 10c90171c9
commit 12abaaacf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
import { inject as service } from '@ember/service';
import Adapter from '@ember-data/adapter';
import {
AdapterError,
import AdapterError, {
AbortError,
TimeoutError,
ServerError,