DEV: Use the "new" service import (#26059)

This commit is contained in:
Jarek Radosz
2024-03-06 18:05:11 +01:00
committed by GitHub
parent 11067c73d0
commit 5d90332cfc
605 changed files with 611 additions and 611 deletions

View File

@ -1,7 +1,7 @@
import Component from "@ember/component";
import { action } from "@ember/object";
import { schedule } from "@ember/runloop";
import { inject as service } from "@ember/service";
import { service } from "@ember/service";
import { tagName } from "@ember-decorators/component";
import { fmt } from "discourse/lib/computed";
import discourseComputed, { bind } from "discourse-common/utils/decorators";