unused import
This commit is contained in:
parent
d4fa3c91e1
commit
f71ccf37a7
|
@ -1,6 +1,5 @@
|
|||
import Component from "@glimmer/component";
|
||||
import { concat, hash } from "@ember/helper";
|
||||
import { service } from "@ember/service";
|
||||
import PluginOutlet from "discourse/components/plugin-outlet";
|
||||
import PostsCountColumn from "discourse/components/topic-list/posts-count-column";
|
||||
import TopicPostBadges from "discourse/components/topic-post-badges";
|
||||
|
@ -16,8 +15,6 @@ import topicFeaturedLink from "discourse/helpers/topic-featured-link";
|
|||
import topicLink from "discourse/helpers/topic-link";
|
||||
|
||||
export default class LatestTopicListItem extends Component {
|
||||
@service appEvents;
|
||||
|
||||
get tagClassNames() {
|
||||
return this.args.topic.tags?.map((tagName) => `tag-${tagName}`);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue