mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:02:24 +08:00
48193767bf
Automatically generated by `eslint --fix` to satisfy the updated configuration
6 lines
179 B
JavaScript
6 lines
179 B
JavaScript
import Component from "@ember/component";
|
|
import { tagName } from "@ember-decorators/component";
|
|
|
|
@tagName("tr")
|
|
export default class AdminReportPerDayCounts extends Component {}
|