1const useCopyToClipboard = () => { 2 throw new Error('Attempted to call useCopyToClipboard from RSC'); 3}; 4 5export default useCopyToClipboard;