Add risk assessment tab

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Jonathan
2025-06-03 18:35:21 +02:00
committed by Sacha Al Himdani
parent 7d2d26aab5
commit b660c0ce7f
27 changed files with 2020 additions and 311 deletions

View File

@@ -1,19 +1,16 @@
{
"name": "@probo/i18n",
"version": "1.0.0",
"description": "",
"main": "./TranslatorProvider.tsx",
"scripts": {},
"peerDependencies": {
"react": "^18.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"main": "./TranslatorProvider.tsx",
"devDependencies": {
"@types/react": "^19.1.2"
},
"dependencies": {
"date-fns": "^4.1.0"
}
"peerDependencies": {
"react": "^18.0"
},
"description": "",
"keywords": [],
"license": "ISC",
"scripts": {}
}