Create one component that is responsible for displaying the people list as a whole, and then a second component that is
responsible for displaying each row.
We're shooting for generating something like:
Bonus: Display the people as an HTML table, with each person in one row, and each element of a person (name/email/phone) a row.