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

Sign In

Access the Dreamspos panel using your email and passcode.

Forgot Password?
Sign In

New on our platform? {" "} Create an account

OR

Copyright © 2023 DreamsPOS. All rights reserved

); }; export default SigninThree;