import { GedcomImport } from "@/components/gedcom-import"; export default function ImportPage() { return (

Import

Bring in a GEDCOM file — start a brand-new tree, or add to one you already have.

); }