ui: Correct AdapterError import (#9147) (#9667)

This commit is contained in:
John Cowen 2021-01-29 16:06:07 +00:00 committed by GitHub
parent 12c1898e06
commit c1b643b775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,