Files
CMS-Client/pages/authentication/forgot-password.js
T
CHIEFSOFT\ameye 5f95d857d4 first commit
2023-10-14 22:02:57 -04:00

10 lines
179 B
JavaScript

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