import intl from 'react-intl-universal'; const util = { getMessage: () => intl.get('MESSAGE_NOT_IN_COMPONENT'), }; export default util;