import React from 'react'; import Typography from '@material-ui/core/Typography'; import MuiLink from '@material-ui/core/Link'; export default function Copyright() { return ( {'Copyright © '} Your Website {' '} {new Date().getFullYear()} {'.'} ); }