import React from 'react'; import faker from 'faker/locale/en_US'; 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() }