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