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

Reset password?

Enter New Password & Confirm Password to get inside

Change Password

Return to{" "} {" "} login{" "}

Copyright © 2023 DreamsPOS. All rights reserved

); }; export default Resetpassword;