Link Mui

import Link from '@mui/material/Link';
// or
import { Link } from '@mui/material';
Cerbrain