minor fix portal error

This commit is contained in:
2026-01-04 21:56:44 -03:00
parent 7df80ebcff
commit 7fdf30ee3b

View File

@@ -16,7 +16,9 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"socket.io-client": "^4.7.1", "socket.io-client": "^4.7.1",
"react-router-dom": "^6.14.2", "react-router-dom": "^6.14.2",
"jwt-decode": "^3.1.2" "jwt-decode": "^3.1.2",
"i18next": "^23.10.0",
"react-i18next": "^14.1.0"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^18.2.15", "@types/react": "^18.2.15",