Named export for unextended FindBar component

This commit is contained in:
Cássio Zen
2016-07-06 19:07:42 -03:00
parent bc68fe73b5
commit 45de85d693
2 changed files with 3 additions and 3 deletions

View File

@ -270,5 +270,5 @@ FindBar.propTypes = {
dispatch: PropTypes.func.isRequired,
};
module.exports = FindBar;
export { FindBar }
export default connect()(FindBar);