diff --git a/frontend/src/components/overview/AlertGraph.tsx b/frontend/src/components/overview/AlertGraph.tsx index 5c9d2d2..1946b0d 100644 --- a/frontend/src/components/overview/AlertGraph.tsx +++ b/frontend/src/components/overview/AlertGraph.tsx @@ -1,3 +1,5 @@ +// @ts-nocheck + import { ScatterChart } from "@mantine/charts"; import { OverviewContract, OverviewData } from "@/models/overviewData";