veamo
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m6s

This commit is contained in:
2025-11-22 01:10:37 -06:00
parent 2500cb1181
commit 0bdb5013f7
6 changed files with 254 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ export interface TrazabilidadRow {
operacion_id: string | null
operacion_tipo: string | null
profundidad: number
parent_lote_id: string | null
}
export const useLotes = () => {