/** * The `DiscussionList` component displays a list of discussions. * * ### Attrs * * - `state` A DiscussionListState object that represents the discussion lists's state. */ export default class DiscussionList extends Component { } import Component from "../../common/Component";