|
|
@ -2,7 +2,8 @@ import React from 'react'; |
|
|
|
import PropTypes from 'prop-types'; |
|
|
|
import { defineMessages, injectIntl, FormattedMessage } from 'react-intl'; |
|
|
|
import Overlay from 'react-overlays/lib/Overlay'; |
|
|
|
import { Motion, spring } from 'react-motion'; |
|
|
|
import Motion from 'react-motion/lib/Motion'; |
|
|
|
import spring from 'react-motion/lib/spring'; |
|
|
|
|
|
|
|
const messages = defineMessages({ |
|
|
|
placeholder: { id: 'search.placeholder', defaultMessage: 'Search' }, |
|
|
|