0a5f548635
As part of this move, we are also renaming `discourse-chat` to `chat`.
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
import Component from "@ember/component";
|
|
|
|
export default class ChatComposerDropdown extends Component {
|
|
tagName = "";
|
|
buttons = null;
|
|
isDisabled = false;
|
|
}
|