diff --git a/ui/src/lib/copyLink.ts b/ui/src/lib/copyLink.ts new file mode 100644 index 0000000..b6950c4 --- /dev/null +++ b/ui/src/lib/copyLink.ts @@ -0,0 +1,3 @@ +export function CopyLink() { + navigator.clipboard.writeText(window.location.href); +} \ No newline at end of file