3 lines
87 B
TypeScript
3 lines
87 B
TypeScript
export function CopyLink() {
|
|
navigator.clipboard.writeText(window.location.href);
|
|
} |