import { ButtonsContainer, RoundButton, PrevIcon, NextIcon, } from "../styled-components"; export const HeaderButtons = ({ onLeftClick, onRightClick }) => { return ( ); };