interface FooterProps { className?: string; } export default function Footer({ className }: FooterProps) { return (
...
Run by @Radiquum
Find us on GitHub