import React from 'react'; import styled from 'styled-components'; import Button from './Button/Button'; const ButtonBayContainer = styled.div` display: flex; justify-content: space-between; align-items: center; margin-left: 7.5px; width: 320px; height: 100%; ` const ButtonBay: React.FC = () => (