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

View File

@ -1,12 +1,12 @@
import I18n from "I18n";
import { equal, match, alias } from "@ember/object/computed";
import { COMPONENTS, THEMES } from "admin/models/theme";
import Controller, { inject as controller } from "@ember/controller";
import { alias, equal, match } from "@ember/object/computed";
import discourseComputed, { observes } from "discourse-common/utils/decorators";
import I18n from "I18n";
import ModalFunctionality from "discourse/mixins/modal-functionality";
import { POPULAR_THEMES } from "discourse-common/helpers/popular-themes";
import { ajax } from "discourse/lib/ajax";
import { popupAjaxError } from "discourse/lib/ajax-error";
import discourseComputed, { observes } from "discourse-common/utils/decorators";
import { THEMES, COMPONENTS } from "admin/models/theme";
import { POPULAR_THEMES } from "discourse-common/helpers/popular-themes";
import { set } from "@ember/object";
const MIN_NAME_LENGTH = 4;