Skip to content

Instantly share code, notes, and snippets.

@rasikag
Created March 16, 2021 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rasikag/a94da6923773d60bca27451a69fa3fa3 to your computer and use it in GitHub Desktop.
Save rasikag/a94da6923773d60bca27451a69fa3fa3 to your computer and use it in GitHub Desktop.
import React from "react";
const ForgotPassword: React.FC<{}> = ({}) => {
return <div>Forgot Password</div>;
};
export default ForgotPassword;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment