


type Props = {
  issueId: string;
  className?: string;
  size?: number;
  showProgressText?: boolean;
  showLabel?: boolean;
};

export function IssueStats(_props: Props) {
  return <></>;
}
