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

8 lines
155 B
TypeScript

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