import React from "react"; import { Col, Container, Row, Image } from "react-bootstrap"; const Destination = (props) => { return ( <>
{props.destination}
) } export default Destination;