language menu in login page

This commit is contained in:
proddy
2023-08-06 18:33:01 +02:00
parent 9b92bfa81c
commit ca2bb4ba6f
4 changed files with 87 additions and 82 deletions

View File

@@ -25,9 +25,10 @@
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.3",
"@preact/compat": "^17.1.2",
"@prefresh/vite": "^2.4.1",
"@table-library/react-table-library": "4.1.4",
"@types/lodash-es": "^4.17.8",
"@types/node": "^20.4.7",
"@types/node": "^20.4.8",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
@@ -57,7 +58,7 @@
"eslint": "^8.46.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-autofix": "^1.1.0",
"eslint-plugin-import": "^2.28.0",