import { AmbientLarge } from '@roleypoly/design-system/atoms/typography'; import * as React from 'react'; import { FaHeart } from 'react-icons/fa'; import { Flags } from './Flags'; import { FooterWrapper, HoverColor } from './Footer.styled'; const year = new Date().getFullYear(); export const Footer = () => (
© {year} Roleypoly – Made with{' '}  in Raleigh, NC
Discord/Support –  Patreon –  GitHub
);