mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Sort imports
Automatically generated by `eslint --fix` to satisfy the updated configuration
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { withPluginApi } from "discourse/lib/plugin-api";
|
||||
import { ajax } from "discourse/lib/ajax";
|
||||
import { withPluginApi } from "discourse/lib/plugin-api";
|
||||
import { iconHTML } from "discourse-common/lib/icon-library";
|
||||
import I18n from "I18n";
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import { acceptance } from "discourse/tests/helpers/qunit-helpers";
|
||||
import { test } from "qunit";
|
||||
import { Promise } from "rsvp";
|
||||
import { cook } from "discourse/lib/text";
|
||||
import Post from "discourse/models/post";
|
||||
import { acceptance } from "discourse/tests/helpers/qunit-helpers";
|
||||
import { checklistSyntax } from "discourse/plugins/checklist/discourse/initializers/checklist";
|
||||
import { Promise } from "rsvp";
|
||||
|
||||
let currentRaw;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user