import { Button } from '@rocket.chat/fuselage'; import React, { ComponentProps, FC } from 'react'; import ContentItem from './ContentItem'; type ReplyProps = ComponentProps; const Reply: FC = (props) => (