import Box from "@mui/material/Box"; import { Theme } from "@mui/material/styles"; import Typography from "@mui/material/Typography"; import Link from "../Link"; export function Footer() { return ( ({ px: 1, py: 1, mt: "auto", backgroundColor: theme.palette.background.paper, })} > View on GitHub ); }