From ff90692b63c291ed2394c3338979a057572900a0 Mon Sep 17 00:00:00 2001 From: hailin Date: Thu, 17 Apr 2025 20:48:08 +0800 Subject: [PATCH] . --- app/[locale]/login/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/[locale]/login/page.tsx b/app/[locale]/login/page.tsx index 0659a54..51b2ac1 100644 --- a/app/[locale]/login/page.tsx +++ b/app/[locale]/login/page.tsx @@ -1,4 +1,4 @@ -import { useTranslation } from 'next-i18next' +import { useTranslation } from 'react-i18next' import { Brand } from "@/components/ui/brand" import { Input } from "@/components/ui/input" import { Label } from "@/components/ui/label"