Updated description box and fixed title renaming

This commit is contained in:
Ryderjj89
2025-11-25 08:07:51 -05:00
parent 0991e17670
commit 757209310f
6 changed files with 290 additions and 63 deletions

View File

@@ -16,13 +16,15 @@
"@mui/material": "^5.14.2",
"@mui/icons-material": "^5.14.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0"
"@emotion/styled": "^11.11.0",
"react-quill": "^2.0.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@types/axios": "^0.14.0",
"@types/react-quill": "^1.3.10",
"typescript": "^4.9.5",
"react-scripts": "5.0.1"
},