import { translate } from 'react-i18next' export default translate(['common'])((props) => (

{props.t('hello')}, {props.t('morning')}

))