fix: coderabbit comments

This commit is contained in:
Rahulcheryala
2026-06-15 18:05:38 +05:30
parent 1ca66f7f1d
commit 717eae9a0f

View File

@@ -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