

/* eslint-disable @typescript-eslint/no-unused-vars */
import type { TIssueGroupByOptions } from "@buzzwaretech/types";

type Props = {
  groupBy?: TIssueGroupByOptions;
  groupId: string | undefined;
};

export function WorkFlowGroupTree(props: Props) {
  return <></>;
}
