import React from 'react'; import InteractiveSearchContentConnector from './InteractiveSearchContentConnector'; function InteractiveSearchTable(props) { return ( ); } InteractiveSearchTable.propTypes = { }; export default InteractiveSearchTable;