import Bold from './Bold' export default (props: { image: string, on?: () => void, s?: number, title: string, comment: string }) => { return
{props.title} {props.comment}