import { Component } from 'react'; export default class HofRow extends Component { render() { return (
{this.props.rank}
{this.props.initials}
{this.props.score}
); } };