feat: init
This commit is contained in:
9
apps/web/ce/components/workflow/workflow-group-tree.tsx
Normal file
9
apps/web/ce/components/workflow/workflow-group-tree.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
/* eslint-disable @typescript-eslint/no-unused-vars */
|
||||
import type { TIssueGroupByOptions } from "@plane/types";
|
||||
|
||||
type Props = {
|
||||
groupBy?: TIssueGroupByOptions;
|
||||
groupId: string | undefined;
|
||||
};
|
||||
|
||||
export const WorkFlowGroupTree = (props: Props) => <></>;
|
||||
Reference in New Issue
Block a user