feat(SW-184): added some translations
This commit is contained in:
@@ -1,8 +1 @@
|
||||
import { setLang } from "@/i18n/serverContext"
|
||||
|
||||
import type { LangParams, PageArgs } from "@/types/params"
|
||||
|
||||
export default function EmptyHeaderPage({ params }: PageArgs<LangParams>) {
|
||||
setLang(params.lang)
|
||||
return null
|
||||
}
|
||||
export { default } from "../page"
|
||||
|
||||
Reference in New Issue
Block a user