import { Plus } from "lucide-react"; // plane utils import { cn } from "@plane/utils"; type Props = { workspaceSlug: string; projectId: string; parentStateId: string; onTransitionAdd?: () => void; }; export const AddStateTransition = (props: Props) => (
<> Add Transition
Pro
);