import React from 'react'; const EducationCard = ({ education }) => { return (
{education.institution}
GPA: {education.gpa}