modified editar and agregarequipo

This commit is contained in:
2025-10-31 14:10:00 -06:00
parent 12f6f4cc01
commit dc79c55f1e
5 changed files with 145 additions and 52 deletions
-1
View File
@@ -27,7 +27,6 @@ export default function BarcodeScanner({ onScan }: BarcodeScannerProps) {
useEffect(() => {
if (!scannerRef.current) return;
// ✅ Sin `any`: usamos un objeto literal tipado implícitamente
const config: QuaggaConfig = {
inputStream: {
name: "Live",