This commit is contained in:
Alejandra-Guzman-Mendez
2025-11-10 13:29:33 -06:00
parent 3253e5109b
commit b5dde66d42
+1 -1
View File
@@ -2,7 +2,7 @@
import React, { useState } from "react";
import "./pregunta7.css";
export default function Pregunta9() {
export default function Pregunta7() {
const [datos, setDatos] = useState([
{ nombre: "Impresión", valores: ["", "", "", ""] },