"use client"; // ui import { StateGroupIcon } from "@plane/ui"; export const IssueBlockState = ({ state }: any) => (
{state?.name}
);