This commit is contained in:
Gustavo Fuhr 2022-12-02 19:25:52 -03:00
parent b6ba119b9a
commit cff2b6a652

View File

@ -122,7 +122,7 @@ const ForgotPasswordPage = (): React.ReactElement => {
return ( return (
<div> <div>
<Header type="only-signin" /> <Header type="only-signin" />
{<ForgotPassword />} <ForgotPassword />
<Footer /> <Footer />
</div> </div>
); );