import { Flex, chakra, Link, IconButton } from "@chakra-ui/react"; import { FaGithub, FaRedditAlien } from "react-icons/fa"; import { FiTwitter } from "react-icons/fi"; const Footer = () => { return ( Spotube © {new Date().getFullYear()}, Spotube. All rights reserved } variant="link" /> } variant="link" /> } variant="link" /> ); }; export default Footer;