Files
brapi-java/frontend/src/app/(app)/germplasm/cross-pedigree/components/PedigreeEdgeTab.tsx
2026-05-28 17:25:32 +08:00

8 lines
143 B
TypeScript

"use client";
import { PedigreeEdgePanel } from "./PedigreeEdgePanel";
export function PedigreeEdgeTab() {
return <PedigreeEdgePanel />;
}