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

5 lines
151 B
TypeScript
Raw Normal View History

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