import { Link, Text, Flex, View, Button } from '@aws-amplify/ui-react'; import { DISCORD, GITHUB_REPO, TERMS, PRIVACY } from '@/data/links'; import { Logo } from '@/components/Logo'; import { DiscordIcon, GithubIcon } from '../Icons'; export const Footer = () => { return ( Amplify open source software, documentation and community are supported by Amazon Web Services. {' '} © {new Date().getFullYear()} Amazon Web Services, Inc. and its affiliates. All rights reserved. View the{' '} site terms {' '} and{' '} privacy policy . Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC. ); };