merge carlos and fixed table

This commit is contained in:
2026-03-20 13:43:38 -05:00
parent 811f5e7c0e
commit 2dfeea0cb4
6 changed files with 1037 additions and 254 deletions
@@ -1,7 +1,6 @@
"use client";
import { useState } from "react";
import DownloadReporteXLSX from "@/components/Dowload/Reporte";
import Reporte from "@/components/reporteGraficas/reporte";
import "../../styles/layout/reporte.scss";
+1 -1
View File
@@ -39,7 +39,7 @@ export default function Login() {
if (tipo === 2) {
router.push("/escaner");
} else if (tipo === 1) {
router.push("/equipoComputo");
router.push("/reportesGraficas");
} else {
toast.error("Tipo de usuario no válido");
}