

type TDeDupeIssueButtonLabelProps = {
  isOpen: boolean;
  buttonLabel: string;
};

export function DeDupeIssueButtonLabel(_props: TDeDupeIssueButtonLabelProps) {
  return <></>;
}
