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