From 16595935a91708b018504ce75103cb470da0d235 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Mon, 13 Dec 2021 21:52:45 +0100 Subject: [PATCH] Fix deprecated import path --- addon/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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