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,7 +1,7 @@
import I18n from "I18n";
import discourseComputed, { observes } from "discourse-common/utils/decorators";
import Controller from "@ember/controller";
import EmberObject from "@ember/object";
import discourseComputed, { observes } from "discourse-common/utils/decorators";
import I18n from "I18n";
export const BAR_CHART_TYPE = "bar";
export const PIE_CHART_TYPE = "pie";