import React from "react"; import copy from "copy-to-clipboard"; const CopyAndPaste = (props) => (
copy(props.copyText)}>
); export default CopyAndPaste;