import React from 'react'; const SkillTag = ({ skill }) => { return ( {skill} ); }; export default SkillTag;