gdq-archive/frontend/components/localization/FormattedNumber.tsx

5 lines
139 B
TypeScript
Raw Normal View History

2020-08-22 20:25:57 +00:00
import { FormattedNumber } from 'react-intl';
import WrapReactIntl from './WrapReactIntl';
export default WrapReactIntl(FormattedNumber);