This commit is contained in:
parent
78e8eece77
commit
575cc6b112
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue