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