export default class NotificationList extends AbstractList {

  constructor(props) {
    super(props);
    this.state = {};