export default function Button({ children, ...otherProps }) { return ( <> ) }