import { Link } from "@/i18n/routing"; import ForgotPass from "@/components/partials/auth/forgot-pass"; import Image from "next/image"; const ForgotPassPage = () => { return (
{/* */}

Forgot Your Password?

Enter your Username and instructions will be sent to you!
Forget It, Send me Back to The Sign In
); }; export default ForgotPassPage;