import React from 'react'; import t from 'coral-framework/services/i18n'; const Loading = () => (

{t('loading_results')}

); export default Loading;