import MuiTextField, { type TextFieldProps } from "@mui/material/TextField"; /** App TextField: small + outlined + full width by default. */ export default function TextField(props: TextFieldProps) { return ; }