Compare commits
No commits in common. "employee-branch" and "main" have entirely different histories.
employee-b
...
main
|
|
@ -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")
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue