DEV: Sort imports

Automatically generated by `eslint --fix` to satisfy the updated configuration
This commit is contained in:
David Taylor
2023-10-10 19:38:59 +01:00
parent ee0fef489f
commit 48193767bf
1758 changed files with 5434 additions and 5502 deletions

View File

@ -1,11 +1,11 @@
import { inject as service } from "@ember/service";
import { alias } from "@ember/object/computed";
import Controller, { inject as controller } from "@ember/controller";
import EmberObject, { action } from "@ember/object";
import I18n from "I18n";
import discourseComputed from "discourse-common/utils/decorators";
import { alias } from "@ember/object/computed";
import { inject as service } from "@ember/service";
import { isEmpty } from "@ember/utils";
import { popupAjaxError } from "discourse/lib/ajax-error";
import discourseComputed from "discourse-common/utils/decorators";
import I18n from "I18n";
export default class AdminWebHooksEditController extends Controller {
@service dialog;