0a5f548635
As part of this move, we are also renaming `discourse-chat` to `chat`.
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
import Component from "@ember/component";
|
|
|
|
export default Component.extend({
|
|
tagName: "",
|
|
});
|