src/menu/components/search/main-search/index.jsx
@@ -1,6 +1,5 @@ import React, { Component } from 'react' import PropTypes from 'prop-types' import { connect } from 'react-redux' import { is, fromJS } from 'immutable' import { Modal, notification, Popover, Icon } from 'antd' import moment from 'moment' @@ -394,14 +393,5 @@ ) } } const mapStateToProps = (state) => { return { menu: state.customMenu } } const mapDispatchToProps = () => { return {} } export default connect(mapStateToProps, mapDispatchToProps)(MainSearchComponent) export default MainSearchComponent