From 4950f7efbf664bbd31ac8a673fe594af5baf07f6 Mon Sep 17 00:00:00 2001 From: Guillermo Arrieta Medina Date: Thu, 22 Jan 2026 12:39:52 -0600 Subject: [PATCH] Se generan los planes con IA de manera correcta --- .../PasoBasicosForm/PasoBasicosForm.tsx | 2 +- .../PasoDetallesPanel/PasoDetallesPanel.tsx | 7 +- .../planes/wizard/WizardControls.tsx | 7 +- src/data/hooks/usePlans.ts | 2 + .../planes/nuevo/hooks/useNuevoPlanWizard.ts | 69 ++++++------- src/features/planes/nuevo/types.ts | 98 +++++++++---------- src/routeTree.gen.ts | 42 ++++---- src/routes/planes/PlanesListRoute.tsx | 42 -------- 8 files changed, 115 insertions(+), 154 deletions(-) delete mode 100644 src/routes/planes/PlanesListRoute.tsx diff --git a/src/components/planes/wizard/PasoBasicosForm/PasoBasicosForm.tsx b/src/components/planes/wizard/PasoBasicosForm/PasoBasicosForm.tsx index f17fa32..448d2e5 100644 --- a/src/components/planes/wizard/PasoBasicosForm/PasoBasicosForm.tsx +++ b/src/components/planes/wizard/PasoBasicosForm/PasoBasicosForm.tsx @@ -44,7 +44,7 @@ export function PasoBasicosForm({
- +