import React from 'react' import PropTypes from 'prop-types' import Link from './link' import { H5 } from './typography' import classes from '../styles/card.module.sass' const Card = ({ title, to, image, header, onClick, children }) => (