Skip to content

Commit b181985

Browse files
authored
Merge pull request #309 from Turbo87/import-paths
Fix deprecated import path
2 parents a899ecc + 1659593 commit b181985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@submodule ember-runtime
44
*/
55
import Cache from './cache';
6-
import { deprecate } from '@ember/application/deprecations';
6+
import { deprecate } from '@ember/debug';
77

88

99
// STATE within a module is frowned upon, this exists

0 commit comments

Comments
 (0)