import React from "react"; import { Col, Container, Image, Row } from "react-bootstrap"; import { TbArrowsExchange } from "react-icons/tb" const Route = (props) => { return ( <>
{props.destination1}
{props.destination2}
) } export default Route;