feat: react helmet

This commit is contained in:
Ibrahima G. Coulibaly 2024-06-22 20:38:03 +01:00
commit 17ba68be34
7 changed files with 126 additions and 47 deletions

View file

@ -33,6 +33,7 @@
"notistack": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-router-dom": "^6.23.1",
"yup": "^1.4.0"
},
@ -44,6 +45,7 @@
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.7.0",