import React from 'react'; const ShowSplash = ({spot}) => { return(
{/* */}
{spot.title}
) } export default ShowSplash;