reset-password.js 93 Bytes
import React from 'react';

export const ResetPassword = () => (
  <h3>Reset Password</h3>
)