import React from "react"; const Button = ({ title, backgroundColor, border, onClick }) => { return (
); }; export default Button;