Add GridWrapper and RetourEnHaut components

- Created GridWrapper component to wrap MUI Grid for easier usage.
- Implemented RetourEnHaut component for a "back to top" button with smooth scrolling and navigation to the homepage.
This commit is contained in:
2026-03-09 21:24:37 +01:00
parent 83560e8086
commit fe441c4bea
23 changed files with 1952 additions and 289 deletions
+2
View File
@@ -28,9 +28,11 @@
"react-dom": "^19.1.1",
"react-hook-form": "^7.63.0",
"react-i18next": "^15.7.3",
"react-markdown": "^10.1.0",
"react-pdf": "^10.3.0",
"react-router": "^7.9.1",
"react-router-dom": "^7.9.1",
"remark-gfm": "^4.0.1",
"yup": "^1.7.1"
},
"devDependencies": {