From bf87a4c5ce501628a3a707e6d7eed1ceb5dbfd15 Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Thu, 31 Mar 2022 16:28:46 +0100 Subject: [PATCH] use clipboard lib directly --- nym-wallet/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/nym-wallet/package.json b/nym-wallet/package.json index 1e83032807..14d6a39500 100644 --- a/nym-wallet/package.json +++ b/nym-wallet/package.json @@ -38,6 +38,7 @@ "react-hook-form": "^7.14.2", "react-router-dom": "^5.2.0", "semver": "^6.3.0", + "use-clipboard-copy": "^0.2.0", "yup": "^0.32.9" }, "devDependencies": {