

/* eslint-disable @typescript-eslint/no-unused-vars */
type Props = {
  parentStateId: string;
  className?: string;
};

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