import styled from 'styled-components/macro' import { useMatchPopupStore } from 'features/MatchPopup/store' import { BaseButton } from '../../styled' const Button = styled(BaseButton)` background-image: url(/images/back-icon.svg); ` export const BackButton = () => { const { goBack } = useMatchPopupStore() return (