import React from 'react'; import { Link } from 'react-router-dom'; import maleBig from '../../images/medium_male_big.png'; import style from './Sidebar.module.css'; const Sidebar = () => { return (

Опыт работы

4+ лет

); }; export default Sidebar;