import React, { Component } from 'react' import PropTypes from 'prop-types' class InterfaceList extends Component { static propTypes = { projectMember: PropTypes.func } constructor(props) { super(props) } render () { const { projectMember } = this.props return (