export default class CardImage extends Component {

  createClassName() {
    return [styles.cardImage, this.props.className].join(' ').trim();
  }