import React from 'react' import Currency from '../_currency' const CurrencyNegative = (props) => { return ( <> ) } export default CurrencyNegative