import "./button.css"; function Button(props) { return ( {props.text} ); } export default Button;