import React from 'react'; import { Link } from 'react-router-dom'; import AuthImage from '../images/auth-image.jpg'; import AuthDecoration from '../images/auth-decoration.png'; function ResetPassword() { return (
{/* Content */}
{/* Header */}
{/* Logo */}

Reset your Password ✨

{/* Form */}
{/* Image */}
); } export default ResetPassword;