import React from "react"; const style = { padding: 12, backgroundColor: "aquamarine", }; const Button = () => ; export default Button;