import photoNotFound from '../materials/photoNotFound.png' import { Link } from 'react-router-dom' export const Card = ({ post }) => ( <> {post?.images && post?.images[0] && post.images[0]?.url ? ( ) : ( )} )