import { Layout } from '@components/core' import { Container } from '@components/ui' export default function ForgotPassword() { return (

Forgot Password

) } ForgotPassword.Layout = Layout