import styles from './Button.module.scss'; export const Button = ({ children, onClick, type = 'button', className = '' }) => { return ( ); };