DEV: Resolve `getOwner` deprecations (#97)
This commit is contained in:
parent
31e41f2212
commit
5a44de5714
|
@ -1,6 +1,6 @@
|
|||
import EmberObject from "@ember/object";
|
||||
import { getOwner } from "@ember/owner";
|
||||
import { emojiUrlFor } from "discourse/lib/text";
|
||||
import { getOwner } from "discourse-common/lib/get-owner";
|
||||
import I18n from "I18n";
|
||||
import { showUserNotes } from "discourse/plugins/discourse-user-notes/discourse-user-notes/lib/user-notes";
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { getOwner } from "discourse-common/lib/get-owner";
|
||||
import { getOwner } from "@ember/owner";
|
||||
import { showUserNotes } from "discourse/plugins/discourse-user-notes/discourse-user-notes/lib/user-notes";
|
||||
|
||||
export default {
|
||||
|
|
Loading…
Reference in New Issue