mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 15:50:07 +08:00
DEV: Sort imports
Automatically generated by `eslint --fix` to satisfy the updated configuration
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import { module, test } from "qunit";
|
||||
import { setupTest } from "ember-qunit";
|
||||
import Site from "discourse/models/site";
|
||||
import sinon from "sinon";
|
||||
import { getOwner } from "@ember/application";
|
||||
import { setupTest } from "ember-qunit";
|
||||
import { module, test } from "qunit";
|
||||
import sinon from "sinon";
|
||||
import Site from "discourse/models/site";
|
||||
import {
|
||||
addChatDrawerStateCallback,
|
||||
resetChatDrawerStateCallbacks,
|
||||
|
Reference in New Issue
Block a user