This commit is contained in:
hailin 2025-04-18 00:05:39 +08:00
parent 75ff3134f2
commit 9c01d2f858
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import { Metadata } from "next"
import { cookies, headers } from "next/headers"
import { redirect } from "next/navigation"
import { initTranslations } from "@/lib/i18n";
import initTranslations from "@/lib/i18n";
export const metadata: Metadata = {
title: "Login"