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

5 lines
139 B
TypeScript

import { FormattedNumber } from 'react-intl';
import WrapReactIntl from './WrapReactIntl';
export default WrapReactIntl(FormattedNumber);