mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 14:43:36 +08:00
48193767bf
Automatically generated by `eslint --fix` to satisfy the updated configuration
9 lines
244 B
JavaScript
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;
|
|
}
|