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,4 +1,4 @@
import { inject as service } from "@ember/service";
import { service } from "@ember/service";
import { htmlSafe } from "@ember/template";
import { downloadCalendar } from "discourse/lib/download-calendar";
import { withPluginApi } from "discourse/lib/plugin-api";