import { FC } from "react"; import { Stack, Text, Link } from "@chakra-ui/react"; type Props = { [key: string]: any }; const Footer: FC = (props) => ( © 2021 TheDavidDelta & contributors · Licensed under AGPLv3 · ▲ Powered by Vercel ); export default Footer;