non lazy
This commit is contained in:
+4
-4
@@ -1,7 +1,9 @@
|
||||
import { Route, Routes } from "react-router-dom";
|
||||
import { lazy } from "react";
|
||||
|
||||
import LoginLandingPage from './views/LoginLandingPage'
|
||||
import LoginPage from "./views/LoginPage";
|
||||
import HomePages from "./views/HomePages";
|
||||
|
||||
import FourZeroFour from "./components/FourZeroFour";
|
||||
import ScrollToTop from "./components/Helpers/ScrollToTop";
|
||||
@@ -22,11 +24,10 @@ import FamilyMarketPage from "./views/FamilyMarketPage";
|
||||
// import ForgotPasswordPages from "./views/ForgotPasswordPages";
|
||||
// import ForgotPasswordPagesTwo from "./views/ForgotPasswordPagesTwo";
|
||||
// import HistoryPage from "./views/HistoryPage";
|
||||
// import HomePages from "./views/HomePages";
|
||||
|
||||
// import JobGroupsPage from "./views/JobGroupsPage";
|
||||
// import LndPage from "./views/LndPage";
|
||||
// import LoginPageTwo from "./views/LoginPageTwo";
|
||||
// import LoginLandingPage from './views/LoginLandingPage'
|
||||
// import ManageActiveJobs from "./views/ManageActiveJobs";
|
||||
// import ManageInterestOfferPage from "./views/ManageInterestOfferPage";
|
||||
// import MarketPlacePage from "./views/MarketPlacePage";
|
||||
@@ -81,11 +82,10 @@ import FamilyMarketPage from "./views/FamilyMarketPage";
|
||||
const ForgotPasswordPages = lazy(()=> import("./views/ForgotPasswordPages"));
|
||||
const ForgotPasswordPagesTwo = lazy(()=> import("./views/ForgotPasswordPagesTwo"));
|
||||
const HistoryPage = lazy(()=> import("./views/HistoryPage"));
|
||||
const HomePages = lazy(()=> import("./views/HomePages"));
|
||||
//const HomePages = lazy(()=> import("./views/HomePages"));
|
||||
const JobGroupsPage = lazy(()=> import("./views/JobGroupsPage"));
|
||||
const LndPage = lazy(()=> import("./views/LndPage"));
|
||||
const LoginPageTwo = lazy(()=> import("./views/LoginPageTwo"));
|
||||
const LoginLandingPage = lazy( () =>import("./views/LoginLandingPage"));
|
||||
const ManageActiveJobs = lazy(()=> import("./views/ManageActiveJobs"));
|
||||
const ManageInterestOfferPage = lazy(()=> import("./views/ManageInterestOfferPage"));
|
||||
const MarketPlacePage = lazy(()=> import("./views/MarketPlacePage"));
|
||||
|
||||
Reference in New Issue
Block a user