mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 01:53:40 +08:00
48193767bf
Automatically generated by `eslint --fix` to satisfy the updated configuration
9 lines
239 B
JavaScript
9 lines
239 B
JavaScript
import { tracked } from "@glimmer/tracking";
|
|
import Controller from "@ember/controller";
|
|
|
|
export default class AdminBadgesIndexController extends Controller {
|
|
// Set by the route
|
|
@tracked badgeIntroLinks;
|
|
@tracked badgeIntroEmoji;
|
|
}
|