reset-password.js 93 Bytes edit raw blame history 1 2 3 4 5 import React from 'react'; export const ResetPassword = () => ( <h3>Reset Password</h3> )