interface props { name: string; url: string; profile: string; } export const PersonCard = (props) => { return (
{props.name}