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

Welcome back!

John Smilga
Log In
  • Terms & Condition
  • Privacy
  • Help
  • English
    • American
    • British

Copyright © 2024 DreamsPOS. All rights reserved

); }; export default Lockscreen;