import React from 'react' import { translate } from 'react-i18next' export const Password = props => { return (
{props.t('Change your password')}
NYI
{props.t('Password')}
) } export default translate()(Password)