import { FormattedMessage } from 'react-intl'; const style = { textAlign: 'center', fontSize: '16px', fontWeight: '500', color: '#616b86', paddingTop: '120px' }; const MissingIndicator = () => (
); export default MissingIndicator;