import React from "react"; import ImageWithBasePath from "../../../core/img/imagewithbasebath"; import { Link } from "react-router-dom"; import { all_routes } from "../../../Router/all_routes"; const Forgotpassword = () => { const route = all_routes; return (

Forgot password?

If you forgot your password, well, then we’ll email you instructions to reset your password.

Sign Up

Return to {" "} login{" "}

OR

Copyright © 2023 DreamsPOS. All rights reserved

); }; export default Forgotpassword;