import Link from 'next/link'; import { Stack } from 'ohmy-ui'; import { DiscordIcon, GithubIcon } from '@/ui/Icons'; import { TextLogo } from '@/modules/app'; import styles from './Footer.module.css'; export default function Footer() { return ( ); }