import { FC } from "react"; import { Center, Text, useColorModeValue } from "@chakra-ui/react"; type Props = { [key: string]: any }; const Footer: FC = (props) => (
© 2021 TheDavidDelta ยท Licensed under AGPLv3
); export default Footer;