import React from 'react'; const Button = ({ label, type = 'button' }) => { return ( ); }; export default Button;