import styles from './button.module.css' export default function Button (props) { return (
{props.text}
) }