import React from 'react' import PropTypes from 'prop-types' import { defineMessages, injectIntl } from 'react-intl' import ImmutablePureComponent from 'react-immutable-pure-component' import ImmutablePropTypes from 'react-immutable-proptypes' import Input from '../../../components/input' class MessagesSearch extends ImmutablePureComponent { static contextTypes = { router: PropTypes.object, } state = { composeFocused: false, } render() { const { intl, } = this.props return (