import React from 'react'; import { Link } from 'react-router-dom'; import dogBig from '../../images/dog.jpg'; import arrowLeft from '../../images/arrow_left.png'; import arrowRight from '../../images/arrow_right.png'; import style from './Sidebar.module.css'; const Sidebar = ({ getCandidateForCalendar, currentCandidateObj }) => { return (

Опыт работы

4+ лет

getCandidateForCalendar(currentCandidateObj)}>

Посмотреть ещё

1 / 15
); }; export default Sidebar;