import { Link } from '@/i18n/routing'; import ForgotPass from "@/components/partials/auth/forgot-pass"; import Image from "next/image"; import Copyright from "@/components/partials/auth/copyright"; import Logo from "@/components/logo"; const ForgotPass2 = () => { return (

Forgot Your Password?

Reset Password with Dashcode.
Enter your Email and instructions will be sent to you!
Forget It, Send me Back to The Sign In
Unlock your Project performance
); }; export default ForgotPass2;