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