DEV: Resolve import deprecation (#259)

This commit is contained in:
Robert 2023-10-17 20:50:50 +01:00 committed by GitHub
parent 493c30abe7
commit 3a0b46da7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import I18n from "I18n";
import { getOwner } from "discourse-common/lib/get-owner";
import { getOwner } from "@ember/application";
import Component from "@glimmer/component";
import { action } from "@ember/object";
import { inject as service } from "@ember/service";