This commit is contained in:
hailin 2025-04-17 10:49:50 +08:00
parent 78e8eece77
commit 575cc6b112
1 changed files with 2 additions and 2 deletions

View File

@ -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()