Files
float-fleet/pages/authentication/forgot-password.js
T
DESKTOP-GBA0BK8\Admin 97cc85c49d first commit
2023-03-25 20:44:56 -04:00

10 lines
179 B
JavaScript

import ForgotPasswordForm from '@/components/Authentication/ForgotPasswordForm';
export default function SignIn() {
return (
<>
<ForgotPasswordForm />
</>
);
}