import Link from 'next/link'; const FunctionComponentTop = (props) => (
{props.title}

{props.title}

{props.description}

{props.categorie.name}

{props.publicationDate}

); export default FunctionComponentTop;