mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:26:04 +08:00
a433b30650
This conversion was achieved using the ember-native-class-codemod, plus a handful of manual fixes/tweaks
6 lines
207 B
JavaScript
6 lines
207 B
JavaScript
import { classNames } from "@ember-decorators/component";
|
|
import Component from "@ember/component";
|
|
|
|
@classNames("admin-report-inline-table")
|
|
export default class AdminReportInlineTable extends Component {}
|