feedback panel(not centered on screen)

This commit is contained in:
aurinex
2025-07-07 21:01:46 +05:00
parent 7bbdedf6ef
commit eb6cc40f22
9 changed files with 1424 additions and 162 deletions

View File

@ -10,8 +10,14 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.2.0",
"@mui/material": "^7.2.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react-dom": "^19.1.0",
"react-imask": "^7.6.1",
"react-router-dom": "^7.6.3"
},
"devDependencies": {
"@eslint/js": "^9.29.0",