bb-plane-fork/web/ce/components/workflow/workflow-group-tree.tsx
2025-02-24 14:14:24 +05:30

9 lines
251 B
TypeScript

/* eslint-disable @typescript-eslint/no-unused-vars */
import { TIssueGroupByOptions } from "@plane/types";
type Props = {
groupBy?: TIssueGroupByOptions;
groupId: string | undefined;
};
export const WorkFlowGroupTree = (props: Props) => <></>;