import React from 'react' import { Gutter } from '../_components/Gutter' import { ResetPasswordForm } from './ResetPasswordForm' import classes from './index.module.scss' export default async function ResetPassword() { return (

Reset Password

Please enter a new password below.

) }