mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 02:54:41 +08:00
DEV: Sort imports alphabetically (#11382)
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";
|
||||
|
||||
function initialize(api) {
|
||||
const messageBus = api.container.lookup("message-bus:main");
|
||||
|
Reference in New Issue
Block a user