import { useTranslation } from "next-i18next"; import { FaThermometerHalf } from "react-icons/fa"; import Resource from "../widget/resource"; import WidgetLabel from "../widget/widget_label"; export default function Node({ data, expanded, labels }) { const { t } = useTranslation(); return { labels && } }