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/partials/auth/logo"; const ForgotPassPage = () => { return (

Unlock your Project{" "} performance

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
); }; export default ForgotPassPage;