import { TEMPLATE_REPO_NAME, TEMPLATE_REPO_URL } from '@/app-core/config'; import { clsx } from 'clsx/lite'; import Link from 'next/link'; import { BiLogoGithub } from 'react-icons/bi'; export default function RepoLink() { return ( Made with {TEMPLATE_REPO_NAME} ); }