From 25e3921b4c5feb80ee23760c2b47dcfc42f56734 Mon Sep 17 00:00:00 2001 From: IO420 <320154041@pcpuma.acatlan.unam.mx> Date: Wed, 3 Sep 2025 21:03:22 -0400 Subject: [PATCH] new route --- app/AgregarTiempo/page.tsx | 2 +- app/CambiarPass/page.tsx | 13 +++++++++++++ app/Components/BarNavigation/BarNavigation.tsx | 10 ++++++---- app/Components/SearchUser/searchUser.tsx | 9 --------- app/Impresiones/page.tsx | 8 ++++++++ app/Inscripciones/page.tsx | 13 +++++++++++-- app/QuitarSancion/page.tsx | 4 +--- 7 files changed, 40 insertions(+), 19 deletions(-) create mode 100644 app/CambiarPass/page.tsx diff --git a/app/AgregarTiempo/page.tsx b/app/AgregarTiempo/page.tsx index f29b60c..b5dccd3 100644 --- a/app/AgregarTiempo/page.tsx +++ b/app/AgregarTiempo/page.tsx @@ -5,7 +5,7 @@ export default function Page() {

AGREGAR TIEMPO

- +
); diff --git a/app/CambiarPass/page.tsx b/app/CambiarPass/page.tsx new file mode 100644 index 0000000..a602db8 --- /dev/null +++ b/app/CambiarPass/page.tsx @@ -0,0 +1,13 @@ +import SearchUser from "../Components/SearchUser/searchUser"; + +export default function Page() { + return ( +
+

Cambiar contraseña

+ + +
+ + ); +} +//IO \ No newline at end of file diff --git a/app/Components/BarNavigation/BarNavigation.tsx b/app/Components/BarNavigation/BarNavigation.tsx index 3fe87c6..1d0f6e9 100644 --- a/app/Components/BarNavigation/BarNavigation.tsx +++ b/app/Components/BarNavigation/BarNavigation.tsx @@ -81,7 +81,7 @@ function BarNavigation() { -
  • +
  • toggleSubMenu(3)}> Reportes
  • - +
  • Quitar sancion
  • -
  • - Cambiar contraseña +
  • + + Cambiar contraseña +
  • diff --git a/app/Components/SearchUser/searchUser.tsx b/app/Components/SearchUser/searchUser.tsx index 1ea0931..592912d 100644 --- a/app/Components/SearchUser/searchUser.tsx +++ b/app/Components/SearchUser/searchUser.tsx @@ -1,7 +1,5 @@ 'use client' import { useState } from "react"; -import Information from "../Information/information"; - function SearchUser() { const [numAccount, setNumAccount] = useState(''); return ( @@ -29,13 +27,6 @@ function SearchUser() { - - ) } diff --git a/app/Impresiones/page.tsx b/app/Impresiones/page.tsx index 3f85226..d0067e6 100644 --- a/app/Impresiones/page.tsx +++ b/app/Impresiones/page.tsx @@ -6,6 +6,7 @@ import Impressions from "../Components/Impressions/impressions"; import Toggle from "../Components/Toggle/Toggle"; import "@/app/globals.css"; +import Information from "../Components/Information/information"; export default function Page() { return ( @@ -13,6 +14,13 @@ export default function Page() {

    IMPRESIONES Y PLOTEO

    + +

    INSCRIPCION

    + + + console.log()}> - - + + diff --git a/app/QuitarSancion/page.tsx b/app/QuitarSancion/page.tsx index 495e523..a092139 100644 --- a/app/QuitarSancion/page.tsx +++ b/app/QuitarSancion/page.tsx @@ -3,11 +3,9 @@ import SearchUser from "../Components/SearchUser/searchUser"; export default function Page() { return (
    -

    QuitarSanciones

    - +

    Quitar Sanciones

    - ); } //IO \ No newline at end of file