discourse/app/assets/javascripts/admin/addon/components/admin-report-table-row.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

9 lines
244 B
JavaScript

import Component from "@ember/component";
import { classNames, tagName } from "@ember-decorators/component";
@tagName("tr")
@classNames("admin-report-table-row")
export default class AdminReportTableRow extends Component {
options = null;
}