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

{props.title} {props.comment}

}