'use client' import { i18n } from '@/i18n' import { setLocaleOnClient } from '@/i18n/client' const LocaleSwitcher = () => { return (

Locale switcher:

) } export default LocaleSwitcher