agregado Scroll infinito para las encuestas

This commit is contained in:
2025-09-11 12:33:36 -04:00
parent 5ed7f20b24
commit 1ab03ea10b
12 changed files with 236 additions and 202 deletions

View File

@@ -1,5 +1,13 @@
export const STATUS = {
PUBLICADO:"Publicado",
AGOTADO:"Agotado",
BORRADOR:"Borrador"
}
export const PRIVATESTATUS = {
PUBLICADO:"Publicado",
AGOTADO:"Agotado",
BORRADOR:"Borrador",
ELIMINADO:"Eliminado",
BLOQUEADO:"Bloqueado"
}