import React from "react"; const style = { background: "#800", color: "#fff", padding: 12, }; const Button = () => ; export default Button;