import React /*, { useEffect, useRef, useState }*/ from "react"; import { Box, Text, VStack, Link } from "@chakra-ui/react"; // import BackToTopButton from "./BackToTopButton"; import Buttons from "../../components/buttons"; const Footer = (): JSX.Element => { return ( {/* */} © {` 2021 - ${new Date().getFullYear()} `} {"Lucid Creations Media"} ); }; export default Footer;