export default function Button({ children, onClick, disabled = false, type = "button", }) { return ( ); }