import styles from './styles/button.module.css'; const App = () => { return( <div> <button className={styles.button}>I'm a styled button</button> </div> ) };