class CopyPasteText extends PureComponent {

  static propTypes = {
    value: PropTypes.string,
  };