import { Link as RouterLink } from 'react-router-dom';
import Link from '@mui/material/Link';
export const generateInternalLink = (link) => (str) => (
{str}
);
export const generateExternalLink = (link) => (str) => (
{str}
);
export const makeBold = (str) => {str};