mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
a8a76198b1
Use imports instead.
8 lines
244 B
JavaScript
8 lines
244 B
JavaScript
import Component from "@ember/component";
|
|
export default Component.extend({
|
|
layoutName: "select-kit/templates/components/topic-notifications-button",
|
|
classNames: "topic-notifications-button",
|
|
showFullTitle: true,
|
|
appendReason: true
|
|
});
|