import React from "react"; import CardDesign1 from "../CardDesign1"; import CardDesign2 from "../CardDesign2"; import LeafletMap from "../LeafletMap"; const CreateMap = () => { return (
{/* right */}
{/* left */}
); }; export default CreateMap;