mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 05:38:13 +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 Component from "@glimmer/component";
|
||||
import { action } from "@ember/object";
|
||||
import { tracked } from "@glimmer/tracking";
|
||||
import AdminUser from "admin/models/admin-user";
|
||||
import { action } from "@ember/object";
|
||||
import { extractError } from "discourse/lib/ajax-error";
|
||||
import AdminUser from "admin/models/admin-user";
|
||||
import I18n from "I18n";
|
||||
|
||||
export default class DeleteUserPostsProgress extends Component {
|
||||
|
Reference in New Issue
Block a user