import styled from 'styled-components' import { PriceAmount as BasePriceAmount } from '../../styled' export const PriceAmount = styled(BasePriceAmount)` margin-right: 4px; `