feat(SW-184): added language switcher
This commit is contained in:
@@ -5,5 +5,6 @@ import type { LangParams, LayoutArgs } from "@/types/params"
|
||||
|
||||
export default function HeaderLayout({ params }: LayoutArgs<LangParams>) {
|
||||
setLang(params.lang)
|
||||
|
||||
return <Header />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user