import Box from '@mui/material/Box'; import TextField from '@mui/material/TextField'; export default function FullWidthTextField() { return ( ); }