Employee changes

This commit is contained in:
mohan 2026-01-27 12:02:56 +05:30
parent a7549b6737
commit a2517a2d68
1 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ const Home = lazy(() =>
const PublicSignup = lazy(() =>
import("./Pages/PublicSignup/Signup.jsx")
);
// import PublicHome from "../src/Pages/publichome/HomePage.jsx";
const Signin = lazy(() =>
import("../src/Pages/publicsignin/Signin.jsx")
);