mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 20:45:35 +08:00
DEV: Sort imports
Automatically generated by `eslint --fix` to satisfy the updated configuration
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import Component from "@glimmer/component";
|
||||
import I18n from "I18n";
|
||||
import { escapeExpression } from "discourse/lib/utilities";
|
||||
import I18n from "I18n";
|
||||
|
||||
export default class BadgePreview extends Component {
|
||||
get processedSample() {
|
||||
|
Reference in New Issue
Block a user