import { Typography } from "@mui/material"; export function FamilyPageTitle(p: { title: string }): React.ReactElement { return ( {p.title} ); }