// material-ui import { Grid, Stack, Typography } from '@mui/material'; // project import import AuthWrapper from 'sections/auth/AuthWrapper'; import AuthResetPassword from 'sections/auth/auth-forms/AuthResetPassword'; // ================================|| RESET PASSWORD ||================================ // const ResetPassword = () => ( Reset Password Please choose your new password ); export default ResetPassword;