From 717eae9a0f3fa45c0f4bbab4fb93abda278a73a1 Mon Sep 17 00:00:00 2001 From: Rahulcheryala Date: Mon, 15 Jun 2026 18:05:38 +0530 Subject: [PATCH] fix: coderabbit comments --- apps/web/core/hooks/use-timeline-chart.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/web/core/hooks/use-timeline-chart.ts b/apps/web/core/hooks/use-timeline-chart.ts index ea81a1c03f..ce9d1d88f0 100644 --- a/apps/web/core/hooks/use-timeline-chart.ts +++ b/apps/web/core/hooks/use-timeline-chart.ts @@ -6,9 +6,7 @@ import { useContext } from "react"; // types -import type { TTimelineTypeCore } from "@plane/types"; -import type { TTimelineType } from "@plane/types"; -import { GANTT_TIMELINE_TYPE } from "@plane/types"; +import { GANTT_TIMELINE_TYPE, type TTimelineTypeCore, type TTimelineType } from "@plane/types"; // lib import { StoreContext } from "@/lib/store-context"; // plane-web store types