import { repoUrl } from '@/constants' import { GitHubLogoIcon } from '@radix-ui/react-icons' import styles from './Footer.module.css' export function Footer() { return ( ) }