import React from 'react'; // import { unstable_setRequestLocale } from 'next-intl/server'; import { Link } from '../../../../../../i18n/routing'; import { i18nText } from '../../../../../../i18nKeys/'; export default function ChangePassword({ params: { locale } }: { params: { locale: string } }) { // unstable_setRequestLocale(locale); return ( <>