import { Anchor, Center, Footer as MFooter, Text } from "@mantine/core"; const Footer = () => { return (
Made with 🖤 by Elias Schneider
); }; export default Footer;