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

6 lines
207 B
JavaScript

import Component from "@ember/component";
import { classNames } from "@ember-decorators/component";
@classNames("admin-report-inline-table")
export default class AdminReportInlineTable extends Component {}