AutorÃa | Ultima modificación | Ver Log |
import React from 'react'import ForgotPassword from '../../components/auth/forgot-password/ForgotPassword'import AuthLayout from '../../layouts/auth/AuthLayout'const ForgotPasswordPage = () => {return (<AuthLayout><ForgotPassword /></AuthLayout>)}export default ForgotPasswordPage