mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 16:22:20 +08:00
DEV: Sort imports alphabetically (#11382)
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import I18n from "I18n";
|
||||
import EmberObject from "@ember/object";
|
||||
import {
|
||||
moduleForWidget,
|
||||
widgetTest,
|
||||
} from "discourse/tests/helpers/widget-test";
|
||||
import EmberObject from "@ember/object";
|
||||
import I18n from "I18n";
|
||||
import { queryAll } from "discourse/tests/helpers/qunit-helpers";
|
||||
|
||||
let requests = 0;
|
||||
|
Reference in New Issue
Block a user