import React from 'react'; import _ from 'lodash'; import { faker } from '@faker-js/faker/locale/fr'; const TrTableRecentFundings = () => ( { _.times(6, (index) => ( { faker.company.companyName() } ${ faker.commerce.price() } 20-02-2015 View )) } ) export { TrTableRecentFundings };