This commit is contained in:
freedakgmail
2025-11-24 16:07:24 +08:00
parent 3d075c6076
commit b25f4bea02
426 changed files with 3619 additions and 4468 deletions
-1
View File
@@ -7,7 +7,6 @@ import { OrgChart } from "d3-org-chart"
import { Download, FileText } from "lucide-react"
import type { FamilyMember } from "@/types/family"
import jsPDF from "jspdf"
import { db } from "@/lib/db"
interface D3OrgChartFlowProps {
members: Record<string, FamilyMember>