fix: copy url util build error

This commit is contained in:
sriram veeraghanta 2025-04-08 15:44:07 +05:30
parent 37699362ad
commit 270f282c3c
14 changed files with 18 additions and 31 deletions

View file

@ -55,13 +55,6 @@ export const createSimilarString = (str: string) => {
return shuffled;
};
/**
* @description Copies full URL (origin + path) to clipboard
* @param {string} path - URL path to copy
* @returns {Promise<void>} Promise that resolves when copying is complete
* @example
* await copyUrlToClipboard("issues/123") // copies "https://example.com/issues/123"
*/
/**
* @description Copies text to clipboard
* @param {string} text - Text to copy