import MuiButton, { type ButtonProps } from "@mui/material/Button"; /** App Button: defaults to the brand primary contained style. */ export default function Button(props: ButtonProps) { return ; }