From 0568e07ba1a60a2d2fee59da9e2f2cef5143e081 Mon Sep 17 00:00:00 2001 From: santiago Date: Tue, 14 Oct 2025 21:48:31 +0200 Subject: [PATCH] Se agregaron nuevos componentes --- src/app/alumno/layout.tsx | 2 - src/app/alumno/page.tsx | 50 +++++ src/components/administrador/archivo.tsx | 175 ++++++++++++++++++ src/components/alumno/barra-progreso.tsx | 52 ++++++ .../alumno/completar-datos-personales.tsx | 143 ++++++++++++++ .../alumno/informacion-servicio.tsx | 165 +++++++++++++++++ src/components/alumno/mensajes-alumno.tsx | 98 ++++++++++ src/components/alumno/pre-termino.tsx | 152 +++++++++++++++ 8 files changed, 835 insertions(+), 2 deletions(-) create mode 100644 src/components/administrador/archivo.tsx create mode 100644 src/components/alumno/barra-progreso.tsx create mode 100644 src/components/alumno/completar-datos-personales.tsx create mode 100644 src/components/alumno/informacion-servicio.tsx create mode 100644 src/components/alumno/mensajes-alumno.tsx create mode 100644 src/components/alumno/pre-termino.tsx diff --git a/src/app/alumno/layout.tsx b/src/app/alumno/layout.tsx index efeae68..2180757 100644 --- a/src/app/alumno/layout.tsx +++ b/src/app/alumno/layout.tsx @@ -5,9 +5,7 @@ import React from "react"; export default function Layout({ children }: { children: React.ReactNode}) { return ( <> -
{children} -