import React from 'react'; import { FormattedMessage } from 'react-intl'; const MissingIndicator = () => (
); export default MissingIndicator;