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("");