fix: rename retried-wrapped fetch to make caching work again
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
export default function EmptyHeaderPage() {
|
||||
import { setLang } from "@/i18n/serverContext"
|
||||
|
||||
import type { LangParams, PageArgs } from "@/types/params"
|
||||
|
||||
export default function EmptyHeaderPage({ params }: PageArgs<LangParams>) {
|
||||
setLang(params.lang)
|
||||
return null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user