diff --git a/ember-resources/src/util/helper.ts b/ember-resources/src/util/helper.ts index 307785c3f..f051dfb0a 100644 --- a/ember-resources/src/util/helper.ts +++ b/ember-resources/src/util/helper.ts @@ -8,7 +8,6 @@ import { DEFAULT_THUNK, normalizeThunk } from '../core/utils'; import type { Cache, Thunk } from '../core/types'; // @ts-ignore import type { helper as emberHelper } from '@ember/component/helper'; -import type EmberHelper from '@ember/component/helper'; /** * @utility implemented with raw `invokeHelper` API, no classes from `ember-resources` used.