From 017d593a0d68cc1d21717b5c3e0f6f40c30081d0 Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Sat, 26 Oct 2024 01:45:56 +0530 Subject: [PATCH] fix: frontend runs now --- frontend/src/components/overview/AlertGraph.tsx | 2 ++ 1 file changed, 2 insertions(+) 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";