Use library to handle copying to clipboard (#4989)

* Use library to handle copying

* Typo
This commit is contained in:
Nicolas Mowen
2023-01-10 05:23:04 -07:00
committed by GitHub
parent d49359e26a
commit 581c2591ae
3 changed files with 6 additions and 3 deletions

View File

@@ -14,6 +14,7 @@
"dependencies": {
"@cycjimmy/jsmpeg-player": "^6.0.5",
"axios": "^1.2.2",
"copy-to-clipboard": "3.3.3",
"date-fns": "^2.29.3",
"idb-keyval": "^6.2.0",
"immer": "^9.0.16",