diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx index 31bc7af..6bd9bc1 100644 --- a/app/[locale]/page.tsx +++ b/app/[locale]/page.tsx @@ -6,10 +6,10 @@ import { useTheme } from "next-themes" import Link from "next/link" import HomeRedirector from "@/components/utility/home-redirector" - - import { LanguageSwitcher } from '@/components/ui/language-switcher' +import { useTranslation } from "react-i18next" + export default function HomePage() { const { theme } = useTheme() const { t } = useTranslation()