Agent Key Card.

This commit is contained in:
charles-gauthereau
2024-12-17 19:14:18 +01:00
parent 4f12a2b078
commit 0b644f7987
7 changed files with 58 additions and 24 deletions
@@ -13,7 +13,8 @@ export async function copyToClipboardWithMeta(value: string) {
export type CopyButtonProps = {
value: string
value: string,
className: string
}