Added the react-sound dependency to the client

This commit is contained in:
2023-11-19 15:09:05 +01:00
parent 61085944aa
commit be0d20d1a4
2 changed files with 15 additions and 1 deletions

View File

@ -18,6 +18,7 @@
"react-dom": "^18.2.0",
"react-router": "^6.19.0",
"react-router-dom": "^6.19.0",
"react-sound": "^1.2.0",
"sass": "^1.69.5",
"socket.io-client": "^4.7.2"
},