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