lint: lint fixes

This commit is contained in:
Aidan 2025-03-26 23:27:51 -04:00
parent 2ad51ad3d7
commit 75d352c101
2 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,7 @@ import LastPlayed from '@/components/widgets/LastPlayed'
import { useTranslation } from 'react-i18next'
import Link from 'next/link'
import { Mail } from 'lucide-react'
export default function Home() {
const { t } = useTranslation();