import clsx from "clsx" export default function Button({ children, className, ...otherProps }) { return ( ) }