discourse/app/assets/javascripts/admin/addon/components/admin-report-counters.js
David Taylor 48193767bf DEV: Sort imports
Automatically generated by `eslint --fix` to satisfy the updated configuration
2023-10-10 21:46:54 +01:00

7 lines
265 B
JavaScript

import Component from "@ember/component";
import { attributeBindings, classNames } from "@ember-decorators/component";
@classNames("admin-report-counters")
@attributeBindings("model.description:title")
export default class AdminReportCounters extends Component {}