clipboard implemented with react hooks, fix #58

This commit is contained in:
spencerwooo
2021-08-23 15:02:06 +01:00
parent 778666b7b4
commit 96e9dbb2b2
5 changed files with 56 additions and 8 deletions
+2 -1
View File
@@ -32,7 +32,8 @@
"rehype-raw": "^6.0.0",
"remark-gfm": "^1.0.0",
"remark-math": "^4.0.0",
"swr": "^0.5.6"
"swr": "^0.5.6",
"use-clipboard-copy": "^0.2.0"
},
"devDependencies": {
"@types/prismjs": "^1.16.5",