This commit is contained in:
parent
75ff3134f2
commit
9c01d2f858
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue