import React from 'react'; import { faker } from '@faker-js/faker/locale/fr'; import { Card, CardBody } from './../../../components'; import { randomArray } from './../../../utilities'; const stars = [ , , , , , ]; const SearchResultsCard = () => ( { faker.lorem.sentence() } { faker.internet.url() } · { randomArray(stars) } · Votes { faker.lorem.paragraph() } ) export { SearchResultsCard };
{ faker.lorem.paragraph() }