'use client' import { I18nProviderClient } from '@/locales/client' export function LocaleProvider({ locale, children }) { return ( {children} ) }