diff --git a/frontend/app/components/platform/VersionReceiptModal.tsx b/frontend/app/components/platform/VersionReceiptModal.tsx index 1b7a37f..21396d9 100644 --- a/frontend/app/components/platform/VersionReceiptModal.tsx +++ b/frontend/app/components/platform/VersionReceiptModal.tsx @@ -1,5 +1,6 @@ import Icon from "../common/Icon"; import type { StableVersion } from "../../services/api"; +import { copyToClipboard } from "../../lib/clipboard"; type VersionReceiptModalProps = { publishedVersion: StableVersion | null; @@ -31,10 +32,8 @@ export function VersionReceiptModal({ {publishedVersion.versions_id}