const PostCard = ({ title, type, text, author, image }) => (

{type}

{title}

{text}

); export default PostCard;