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