Build tree couples

This commit is contained in:
2023-08-21 17:53:51 +02:00
parent c414defb19
commit 4d5bdaad57
4 changed files with 108 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
import { useNavigate } from "react-router-dom";
import { MemberInput } from "../../widgets/forms/MemberInput";
import { useFamily } from "../../widgets/BaseFamilyRoute";
import { MemberInput } from "../../widgets/forms/MemberInput";
export function FamilyTreeRoute(): React.ReactElement {
const n = useNavigate();