added copy link utility

This commit is contained in:
2026-01-01 02:29:13 -05:00
parent 9b16ff429a
commit b94504bb69

3
ui/src/lib/copyLink.ts Normal file
View File

@@ -0,0 +1,3 @@
export function CopyLink() {
navigator.clipboard.writeText(window.location.href);
}