import React from 'react'; import SpotMap from '../spot/spot_map'; import SpotIndex from '../spot/spot_index'; import NavBarIndexContainer from '../search/navbar_index/navbar_index_container'; // import SearchBar from './search_bar'; // import SpotMapContainer from '../spot/spot_map_container'; class Search extends React.Component { constructor(props){ super(props); // this.render = this.render.bind(this); } // componentDidMount(){ // this.props.fetchSpots(); // } render(){ return(
{/*
*/}
{/*
*/} {/* */} {/* */} {/*
*/}
) } } export default Search;