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