import React from 'react'; import faker from 'faker/locale/en_US'; import { Badge, UncontrolledTooltip } from './../../../components'; const TrBorderless = () => ( { /* START TR */} { faker.random.number() } { faker.date.weekday() }, 12 { faker.date.month() }, 2018 $ { faker.finance.amount() } Premium { faker.internet.email() } Download { /* END TR */} ) export { TrBorderless };