import styles from './Button.module.scss'; function Button() { return <button className={styles.button}>Click Me</button>; } export default Button;