This commit is contained in:
2026-03-19 19:01:47 -04:00
parent 48885dd8e7
commit 08bca7742b
+6 -1
View File
@@ -6,7 +6,12 @@ import Cookies from "js-cookie";
import axios from "axios";
import "./pregunta7.css";
import ToggleButton from "../Toggle/ToggleButton";
import MapaCalor from "./MapaCalor";
import dynamic from "next/dynamic";
const MapaCalor = dynamic(
() => import("./MapaCalor"),
{ ssr: false }
);
type AntiguedadItem = {
antiguedad: string | null;