import { Box, Stack, Typography } from "@mui/material" import { GitHub } from '@mui/icons-material' import MuiNextLink from "./MuiNextLink" const Footer = () => { return ( Coded with ❤️️ by IakMastro ) } export default Footer