fix: remove unused Twitter icon import from Footer component

This commit is contained in:
2025-06-09 16:16:07 -03:00
parent 4d4850337d
commit 9b04d2896d

View File

@@ -1,6 +1,6 @@
import { useTranslations } from 'next-intl'; import { useTranslations } from 'next-intl';
import Link from 'next/link'; import Link from 'next/link';
import { FaGithub, FaLinkedin, FaTwitter } from 'react-icons/fa'; import { FaGithub, FaLinkedin } from 'react-icons/fa';
export default function Footer() { export default function Footer() {
const t = useTranslations('footer'); const t = useTranslations('footer');