export default class PositionList extends AbstractList {

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