This commit is contained in:
2026-03-13 21:32:26 -04:00
parent d02fd04edf
commit deae0cde7c
7 changed files with 179 additions and 19 deletions
@@ -5,6 +5,7 @@ import Cookies from "js-cookie";
import axios from "axios";
import "./pregunta7.css";
import ToggleButton from "../Toggle/ToggleButton";
import MapaCalor from "./MapaCalor";
type AntiguedadItem = {
antiguedad: string | null;
@@ -166,6 +167,8 @@ export default function Pregunta7() {
</tbody>
</table>
</div>
<MapaCalor />
</div>
);
}