mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 09:17:15 +08:00
DEV: Use the "new" service import (#26059)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import Component from "@glimmer/component";
|
||||
import { tracked } from "@glimmer/tracking";
|
||||
import { inject as service } from "@ember/service";
|
||||
import { service } from "@ember/service";
|
||||
import DiscourseURL from "discourse/lib/url";
|
||||
import { bind } from "discourse-common/utils/decorators";
|
||||
import I18n from "discourse-i18n";
|
||||
|
Reference in New Issue
Block a user