feat: remove unused OneUptimeDate import from ExceptionsDashboard component

This commit is contained in:
Nawaz Dhandala
2026-04-02 17:53:42 +01:00
parent 1f3d85d7a1
commit 7521fe218d

View File

@@ -15,7 +15,6 @@ import ErrorMessage from "Common/UI/Components/ErrorMessage/ErrorMessage";
import SortOrder from "Common/Types/BaseDatabase/SortOrder";
import ListResult from "Common/Types/BaseDatabase/ListResult";
import { LIMIT_PER_PROJECT } from "Common/Types/Database/LimitMax";
import OneUptimeDate from "Common/Types/Date";
import ObjectID from "Common/Types/ObjectID";
import TelemetryServiceElement from "../TelemetryService/TelemetryServiceElement";
import TelemetryExceptionElement from "./ExceptionElement";