correction addChantier

This commit is contained in:
Rochas
2025-12-13 20:51:19 +01:00
parent 150c977306
commit 29abc4289e
5 changed files with 24 additions and 259 deletions

View File

@@ -57,7 +57,7 @@ export default function SelectChantier() {
}
function onPressAddChantier(){
router.push("/(tabs)/addChantier")
router.push("/(tabs)/addScreen")
setIsOpen(false)
}