Merge pull request #1441 from bluewave-labs/hotfix/fe/uptime-details

add missing import
This commit is contained in:
Alexander Holliday
2024-12-19 10:19:03 -08:00
committed by GitHub

View File

@@ -34,6 +34,7 @@ import useUtils from "../utils";
import { formatDateWithTz } from "../../../Utils/timeUtils";
import { useIsAdmin } from "../../../Hooks/useIsAdmin";
import IconBox from "../../../Components/IconBox";
import StatBox from "../../../Components/StatBox";
/**
* Details page component displaying monitor details and related information.
* @component