Skip to content

Commit

Permalink
fix: update import path of deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChocolatine committed Sep 3, 2021
1 parent 1b3db2e commit 7b5d9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/initializers/embedded.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import EmberApplication from '@ember/application'
import EmberObject from '@ember/object'
import { deprecate } from '@ember/application/deprecations'
import { deprecate } from '@ember/debug'
import { run } from '@ember/runloop'
import { get } from '@ember/object'

Expand Down

0 comments on commit 7b5d9be

Please sign in to comment.