import styles from './button.module.css'; export const ButtonGroup = ({ children }) => (
{children}
)