import { Link, Sheet, Typography } from "@mui/joy"; import { useTranslation } from "react-i18next"; import qrCode from "../assets/Portfolio-QR-Code.png"; export const PageFooter = () => { const { t } = useTranslation(); return ( ); };