import "../styles/SkillCard.css"; function SkillCard({ text }) { return (
{text}

{text}

); } export default SkillCard;