DEV: Sort imports alphabetically (#11382)

This commit is contained in:
Roman Rizzi
2020-12-01 15:31:26 -03:00
committed by GitHub
parent d1d87b6fa3
commit bbe5d8d5cf
1070 changed files with 3158 additions and 3158 deletions
@@ -1,16 +1,16 @@
import I18n from "I18n";
import discourseComputed, {
on,
observes,
on,
} from "discourse-common/utils/decorators";
import Category from "discourse/models/category";
import Component from "@ember/component";
import I18n from "I18n";
import bootbox from "bootbox";
import { bufferedProperty } from "discourse/mixins/buffered-content";
import { isEmpty } from "@ember/utils";
import { or } from "@ember/object/computed";
import { schedule } from "@ember/runloop";
import Component from "@ember/component";
import { bufferedProperty } from "discourse/mixins/buffered-content";
import { popupAjaxError } from "discourse/lib/ajax-error";
import Category from "discourse/models/category";
import bootbox from "bootbox";
import { schedule } from "@ember/runloop";
export default Component.extend(bufferedProperty("host"), {
editToggled: false,