|
|
|
@ -2,6 +2,7 @@ import useSWR from "swr";
|
|
|
|
|
import { FaThermometerHalf } from "react-icons/fa";
|
|
|
|
|
import { BiError } from "react-icons/bi";
|
|
|
|
|
import { useTranslation } from "next-i18next";
|
|
|
|
|
|
|
|
|
|
import UsageBar from "./usage-bar";
|
|
|
|
|
|
|
|
|
|
export default function CpuTemp({ expanded, units }) {
|
|
|
|
|