diff --git a/addon/index.js b/addon/index.js index 611a7b9..1040fd9 100644 --- a/addon/index.js +++ b/addon/index.js @@ -3,7 +3,7 @@ @submodule ember-runtime */ import Cache from './cache'; -import { deprecate } from '@ember/application/deprecations'; +import { deprecate } from '@ember/debug'; // STATE within a module is frowned upon, this exists