import React from 'react' import './skillSection.scss' const SkillSection = ({ skillsArr }) => { return (

Навыки:

) } export default SkillSection