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