import React from "react"; import NumberFormat from "react-number-format"; export default function CurrencyFormatter(props) { return ( ); }