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 Controller from "@ember/controller";
import { action } from "@ember/object";
import { and, notEmpty } from "@ember/object/computed";
import { inject as service } from "@ember/service";
import { service } from "@ember/service";
import { htmlSafe } from "@ember/template";
import { ajax } from "discourse/lib/ajax";
import { popupAjaxError } from "discourse/lib/ajax-error";