const CardFooter = ({ children }) => { return (
{children}
); }; CardFooter.propTypes = { children: React.PropTypes.node.isRequired };