added axios to pregunta 4

This commit is contained in:
2025-11-20 18:19:09 -06:00
parent 079d0dc60e
commit 7ba649c091
6 changed files with 67 additions and 37 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ type PreguntaKey =
| "pregunta7";
const LABELS: Record<PreguntaKey, string> = {
pregunta1: "Impresion",
pregunta4: "Digitalizacion",
pregunta1: "Impresoras",
pregunta4: "Digitales",
pregunta7: "Antiguedad",
};