From 884c3f44ba29f7ebb3acfd07342a452059fa46c7 Mon Sep 17 00:00:00 2001 From: IO420 <320154041@pcpuma.acatlan.unam.mx> Date: Tue, 4 Nov 2025 17:16:32 -0600 Subject: [PATCH] change directorio --- src/app/{reporte => (Administrador)/Reporte}/page.tsx | 0 src/app/{reporte => (Administrador)/Reporte}/reporte.css | 0 src/app/(Operador)/Escaner/page.tsx | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename src/app/{reporte => (Administrador)/Reporte}/page.tsx (100%) rename src/app/{reporte => (Administrador)/Reporte}/reporte.css (100%) diff --git a/src/app/reporte/page.tsx b/src/app/(Administrador)/Reporte/page.tsx similarity index 100% rename from src/app/reporte/page.tsx rename to src/app/(Administrador)/Reporte/page.tsx diff --git a/src/app/reporte/reporte.css b/src/app/(Administrador)/Reporte/reporte.css similarity index 100% rename from src/app/reporte/reporte.css rename to src/app/(Administrador)/Reporte/reporte.css diff --git a/src/app/(Operador)/Escaner/page.tsx b/src/app/(Operador)/Escaner/page.tsx index b505a8d..be26f69 100644 --- a/src/app/(Operador)/Escaner/page.tsx +++ b/src/app/(Operador)/Escaner/page.tsx @@ -8,7 +8,7 @@ import axios from "axios"; import Image from "next/image"; import toast from "react-hot-toast"; -export default function Dashboard() { +export default function Page() { const router = useRouter(); const [isScanning, setIsScanning] = useState(false); const [search, setSearch] = useState("");