1665 lines
39 KiB
JavaScript
1665 lines
39 KiB
JavaScript
import React from "react";
|
|
import { Route, Navigate } from "react-router-dom";
|
|
import ProductList from "../feature-module/inventory/productlist";
|
|
import Dashboard from "../feature-module/dashboard/Dashboard";
|
|
import AddProduct from "../feature-module/inventory/addproduct";
|
|
import SalesDashbaord from "../feature-module/dashboard/salesdashbaord";
|
|
import BrandList from "../feature-module/inventory/brandlist";
|
|
import VariantAttributes from "../feature-module/inventory/variantattributes";
|
|
import Warranty from "../feature-module/inventory/warranty";
|
|
import PrintBarcode from "../feature-module/inventory/printbarcode";
|
|
import Grid from "../feature-module/uiinterface/grid";
|
|
import Images from "../feature-module/uiinterface/images";
|
|
import Lightboxes from "../feature-module/uiinterface/lightbox";
|
|
import Media from "../feature-module/uiinterface/media";
|
|
import Modals from "../feature-module/uiinterface/modals";
|
|
import Offcanvas from "../feature-module/uiinterface/offcanvas";
|
|
import Pagination from "../feature-module/uiinterface/pagination";
|
|
|
|
import Alert from "../feature-module/uiinterface/alert";
|
|
import Accordion from "../feature-module/uiinterface/accordion";
|
|
import Avatar from "../feature-module/uiinterface/avatar";
|
|
import Badges from "../feature-module/uiinterface/badges";
|
|
import Borders from "../feature-module/uiinterface/borders";
|
|
import Buttons from "../feature-module/uiinterface/buttons";
|
|
import ButtonsGroup from "../feature-module/uiinterface/buttonsgroup";
|
|
import Popovers from "../feature-module/uiinterface/popover";
|
|
|
|
import Breadcrumb from "../feature-module/uiinterface/breadcrumb";
|
|
import Cards from "../feature-module/uiinterface/cards";
|
|
import Dropdowns from "../feature-module/uiinterface/dropdowns";
|
|
import Colors from "../feature-module/uiinterface/colors";
|
|
import Carousel from "../feature-module/uiinterface/carousel";
|
|
import Spinner from "../feature-module/uiinterface/spinner";
|
|
import NavTabs from "../feature-module/uiinterface/navtabs";
|
|
import Toasts from "../feature-module/uiinterface/toasts";
|
|
import Typography from "../feature-module/uiinterface/typography";
|
|
import Video from "../feature-module/uiinterface/video";
|
|
import Tooltips from "../feature-module/uiinterface/tooltips";
|
|
import DragDrop from "../feature-module/uiinterface/advancedui/dragdrop";
|
|
import SweetAlert from "../feature-module/uiinterface/sweetalert";
|
|
import Progress from "../feature-module/uiinterface/progress";
|
|
import Placeholder from "../feature-module/uiinterface/placeholder";
|
|
import Rating from "../feature-module/uiinterface/advancedui/rating";
|
|
import TextEditor from "../feature-module/uiinterface/advancedui/texteditor";
|
|
import Counter from "../feature-module/uiinterface/advancedui/counter";
|
|
import Uiscrollbar from "../feature-module/uiinterface/advancedui/uiscrollbar";
|
|
import Stickynote from "../feature-module/uiinterface/advancedui/stickynote";
|
|
import Timeline from "../feature-module/uiinterface/advancedui/timeline";
|
|
import Apexchart from "../feature-module/uiinterface/charts/apexcharts";
|
|
import ChartJs from "../feature-module/uiinterface/charts/chartjs";
|
|
import RangeSlides from "../feature-module/uiinterface/rangeslider";
|
|
import FontawesomeIcons from "../feature-module/uiinterface/icons/fontawesome";
|
|
import FeatherIcons from "../feature-module/uiinterface/icons/feathericon";
|
|
import IonicIcons from "../feature-module/uiinterface/icons/ionicicons";
|
|
import MaterialIcons from "../feature-module/uiinterface/icons/materialicon";
|
|
import PE7Icons from "../feature-module/uiinterface/icons/pe7icons";
|
|
import SimplelineIcons from "../feature-module/uiinterface/icons/simplelineicon";
|
|
import ThemifyIcons from "../feature-module/uiinterface/icons/themify";
|
|
import WeatherIcons from "../feature-module/uiinterface/icons/weathericons";
|
|
import TypiconIcons from "../feature-module/uiinterface/icons/typicons";
|
|
import FlagIcons from "../feature-module/uiinterface/icons/flagicons";
|
|
|
|
const routes = all_routes;
|
|
|
|
import DepartmentGrid from "../feature-module/hrm/departmentgrid";
|
|
import DepartmentList from "../feature-module/hrm/departmentlist";
|
|
import Designation from "../feature-module/hrm/designation";
|
|
import Shift from "../feature-module/hrm/shift";
|
|
import AttendanceEmployee from "../feature-module/hrm/attendance-employee";
|
|
import ClipBoard from "../feature-module/uiinterface/advancedui/clipboard";
|
|
import TablesBasic from "../feature-module/uiinterface/table/tables-basic";
|
|
import DataTables from "../feature-module/uiinterface/table/data-tables";
|
|
import FormBasicInputs from "../feature-module/uiinterface/forms/formelements/basic-inputs";
|
|
import CheckboxRadios from "../feature-module/uiinterface/forms/formelements/checkbox-radios";
|
|
import InputGroup from "../feature-module/uiinterface/forms/formelements/input-group";
|
|
import GridGutters from "../feature-module/uiinterface/forms/formelements/grid-gutters";
|
|
import FormSelect from "../feature-module/uiinterface/forms/formelements/form-select";
|
|
import FileUpload from "../feature-module/uiinterface/forms/formelements/fileupload";
|
|
import FormMask from "../feature-module/uiinterface/forms/formelements/form-mask";
|
|
import FormHorizontal from "../feature-module/uiinterface/forms/formelements/layouts/form-horizontal";
|
|
import FormVertical from "../feature-module/uiinterface/forms/formelements/layouts/form-vertical";
|
|
import FloatingLabel from "../feature-module/uiinterface/forms/formelements/layouts/floating-label";
|
|
import FormValidation from "../feature-module/uiinterface/forms/formelements/layouts/form-validation";
|
|
import FormSelect2 from "../feature-module/uiinterface/forms/formelements/layouts/form-select2";
|
|
import Ribbon from "../feature-module/uiinterface/advancedui/ribbon";
|
|
import Chat from "../feature-module/Application/chat";
|
|
import ExpensesList from "../feature-module/FinanceAccounts/expenseslist";
|
|
import ExpenseCategory from "../feature-module/FinanceAccounts/expensecategory";
|
|
import Calendar from "../feature-module/Application/calendar";
|
|
import FormWizard from "../feature-module/uiinterface/forms/formelements/form-wizard";
|
|
import ExpiredProduct from "../feature-module/inventory/expiredproduct";
|
|
import LowStock from "../feature-module/inventory/lowstock";
|
|
import CategoryList from "../feature-module/inventory/categorylist";
|
|
import SubCategories from "../feature-module/inventory/subcategories";
|
|
import EditProduct from "../feature-module/inventory/editproduct";
|
|
import Videocall from "../feature-module/Application/videocall";
|
|
import Audiocall from "../feature-module/Application/audiocall";
|
|
import Email from "../feature-module/Application/email";
|
|
import Callhistory from "../feature-module/Application/callhistory";
|
|
import ToDo from "../feature-module/Application/todo";
|
|
import QRcode from "../feature-module/inventory/qrcode";
|
|
import PurchasesList from "../feature-module/purchases/purchaseslist";
|
|
import PurchaseOrderReport from "../feature-module/purchases/purchaseorderreport";
|
|
import PurchaseReturns from "../feature-module/purchases/purchasereturns";
|
|
import Appearance from "../feature-module/settings/websitesettings/appearance";
|
|
import SocialAuthentication from "../feature-module/settings/websitesettings/socialauthentication";
|
|
import LanguageSettings from "../feature-module/settings/websitesettings/languagesettings";
|
|
import InvoiceSettings from "../feature-module/settings/appsetting/invoicesettings";
|
|
import PrinterSettings from "../feature-module/settings/appsetting/printersettings";
|
|
import PosSettings from "../feature-module/settings/websitesettings/possettings";
|
|
import CustomFields from "../feature-module/settings/websitesettings/customfields";
|
|
import EmailSettings from "../feature-module/settings/systemsettings/emailsettings";
|
|
import SmsGateway from "../feature-module/settings/systemsettings/smsgateway";
|
|
import OtpSettings from "../feature-module/settings/systemsettings/otpsettings";
|
|
import GdprSettings from "../feature-module/settings/systemsettings/gdprsettings";
|
|
import PaymentGateway from "../feature-module/settings/financialsettings/paymentgateway";
|
|
import BankSetting from "../feature-module/settings/financialsettings/banksetting";
|
|
import Customers from "../feature-module/people/customers";
|
|
import Suppliers from "../feature-module/people/suppliers";
|
|
import StoreList from "../core/modals/peoples/storelist";
|
|
import Managestock from "../feature-module/stock/managestock";
|
|
import StockAdjustment from "../feature-module/stock/stockAdjustment";
|
|
import StockTransfer from "../feature-module/stock/stockTransfer";
|
|
import SalesReport from "../feature-module/Reports/salesreport";
|
|
import PurchaseReport from "../feature-module/Reports/purchasereport";
|
|
import InventoryReport from "../feature-module/Reports/inventoryreport";
|
|
import Invoicereport from "../feature-module/Reports/invoicereport";
|
|
import SupplierReport from "../feature-module/Reports/supplierreport";
|
|
import CustomerReport from "../feature-module/Reports/customerreport";
|
|
import ExpenseReport from "../feature-module/Reports/expensereport";
|
|
import IncomeReport from "../feature-module/Reports/incomereport";
|
|
import TaxReport from "../feature-module/Reports/taxreport";
|
|
import ProfitLoss from "../feature-module/Reports/profitloss";
|
|
import GeneralSettings from "../feature-module/settings/generalsettings/generalsettings";
|
|
import SecuritySettings from "../feature-module/settings/generalsettings/securitysettings";
|
|
import Notification from "../feature-module/settings/generalsettings/notification";
|
|
import ConnectedApps from "../feature-module/settings/generalsettings/connectedapps";
|
|
import SystemSettings from "../feature-module/settings/websitesettings/systemsettings";
|
|
import CompanySettings from "../feature-module/settings/websitesettings/companysettings";
|
|
import LocalizationSettings from "../feature-module/settings/websitesettings/localizationsettings";
|
|
import Prefixes from "../feature-module/settings/websitesettings/prefixes";
|
|
import Preference from "../feature-module/settings/websitesettings/preference";
|
|
import BanIpaddress from "../feature-module/settings/othersettings/ban-ipaddress";
|
|
import StorageSettings from "../feature-module/settings/othersettings/storagesettings";
|
|
import Pos from "../feature-module/sales/pos";
|
|
import AttendanceAdmin from "../feature-module/hrm/attendanceadmin";
|
|
import Payslip from "../feature-module/hrm/payslip";
|
|
import Holidays from "../feature-module/hrm/holidays";
|
|
import SalesList from "../feature-module/sales/saleslist";
|
|
import InvoiceReport from "../feature-module/sales/invoicereport";
|
|
import SalesReturn from "../feature-module/sales/salesreturn";
|
|
import QuotationList from "../feature-module/sales/quotationlist";
|
|
import Notes from "../feature-module/Application/notes";
|
|
import FileManager from "../feature-module/Application/filemanager";
|
|
import Profile from "../feature-module/pages/profile";
|
|
import Signin from "../feature-module/pages/login/signin";
|
|
import SigninTwo from "../feature-module/pages/login/signinTwo";
|
|
import SigninThree from "../feature-module/pages/login/signinThree";
|
|
import RegisterTwo from "../feature-module/pages/register/registerTwo";
|
|
import Register from "../feature-module/pages/register/register";
|
|
import RegisterThree from "../feature-module/pages/register/registerThree";
|
|
import Forgotpassword from "../feature-module/pages/forgotpassword/forgotpassword";
|
|
import ForgotpasswordTwo from "../feature-module/pages/forgotpassword/forgotpasswordTwo";
|
|
import ForgotpasswordThree from "../feature-module/pages/forgotpassword/forgotpasswordThree";
|
|
import Resetpassword from "../feature-module/pages/resetpassword/resetpassword";
|
|
import ResetpasswordTwo from "../feature-module/pages/resetpassword/resetpasswordTwo";
|
|
import ResetpasswordThree from "../feature-module/pages/resetpassword/resetpasswordThree";
|
|
import EmailVerification from "../feature-module/pages/emailverification/emailverification";
|
|
import EmailverificationTwo from "../feature-module/pages/emailverification/emailverificationTwo";
|
|
import EmailverificationThree from "../feature-module/pages/emailverification/emailverificationThree";
|
|
import Twostepverification from "../feature-module/pages/twostepverification/twostepverification";
|
|
import TwostepverificationTwo from "../feature-module/pages/twostepverification/twostepverificationTwo";
|
|
import TwostepverificationThree from "../feature-module/pages/twostepverification/twostepverificationThree";
|
|
import Lockscreen from "../feature-module/pages/lockscreen";
|
|
import Error404 from "../feature-module/pages/errorpages/error404";
|
|
import Error500 from "../feature-module/pages/errorpages/error500";
|
|
import Blankpage from "../feature-module/pages/blankpage";
|
|
import Comingsoon from "../feature-module/pages/comingsoon";
|
|
import Undermaintainence from "../feature-module/pages/undermaintainence";
|
|
import Users from "../feature-module/usermanagement/users";
|
|
import RolesPermissions from "../feature-module/usermanagement/rolespermissions";
|
|
import Permissions from "../feature-module/usermanagement/permissions";
|
|
import DeleteAccount from "../feature-module/usermanagement/deleteaccount";
|
|
import EmployeesGrid from "../feature-module/hrm/employeesgrid";
|
|
import EditEmployee from "../feature-module/hrm/editemployee";
|
|
import AddEmployee from "../feature-module/hrm/addemployee";
|
|
import LeavesAdmin from "../feature-module/hrm/leavesadmin";
|
|
import LeavesEmployee from "../feature-module/hrm/leavesemployee";
|
|
import LeaveTypes from "../feature-module/hrm/leavetypes";
|
|
import ProductDetail from "../feature-module/inventory/productdetail";
|
|
import { Units } from "../feature-module/inventory/units";
|
|
import TaxRates from "../feature-module/settings/financialsettings/taxrates";
|
|
import CurrencySettings from "../feature-module/settings/financialsettings/currencysettings";
|
|
import WareHouses from "../core/modals/peoples/warehouses";
|
|
import Coupons from "../feature-module/coupons/coupons";
|
|
import ApiTest from "../components/ApiTest";
|
|
import TodoList from "../feature-module/todo/todolist";
|
|
import ProjectTracker from "../feature-module/projects/projecttracker";
|
|
import CreateProject from "../feature-module/projects/createproject";
|
|
import EnhancedLoaders from "../feature-module/uiinterface/enhanced-loaders";
|
|
import WeddingGuestList from "../feature-module/inventory/weddingGuestList";
|
|
import EditWeddingGuest from "../feature-module/inventory/editWeddingGuest";
|
|
import AddWeddingGuest from "../feature-module/inventory/addWeddingGuest";
|
|
import ProductList2 from "../feature-module/inventory/productlist2";
|
|
import ProductList3 from "../feature-module/inventory/productlist3";
|
|
import { all_routes } from "./all_routes";
|
|
export const publicRoutes = [
|
|
{
|
|
id: 1,
|
|
path: routes.dashboard,
|
|
name: "home",
|
|
element: <Dashboard />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 2,
|
|
path: routes.productlist,
|
|
name: "products",
|
|
element: <ProductList />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 2.1,
|
|
path: routes.productlist2,
|
|
name: "products2",
|
|
element: <ProductList2 />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 2.2,
|
|
path: routes.productlist3,
|
|
name: "products3",
|
|
element: <ProductList3 />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 3,
|
|
path: routes.addproduct,
|
|
name: "products",
|
|
element: <AddProduct />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 4,
|
|
path: routes.salesdashboard,
|
|
name: "salesdashboard",
|
|
element: <SalesDashbaord />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 5,
|
|
path: routes.brandlist,
|
|
name: "brant",
|
|
element: <BrandList />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 6,
|
|
path: routes.units,
|
|
name: "unit",
|
|
element: <Units />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 7,
|
|
path: routes.variantyattributes,
|
|
name: "variantyattributes",
|
|
element: <VariantAttributes />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 8,
|
|
path: routes.warranty,
|
|
name: "warranty",
|
|
element: <Warranty />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 9,
|
|
path: routes.barcode,
|
|
name: "barcode",
|
|
element: <PrintBarcode />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 10,
|
|
path: routes.alerts,
|
|
name: "alert",
|
|
element: <Alert />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 11,
|
|
path: routes.grid,
|
|
name: "grid",
|
|
element: <Grid />,
|
|
route: Route,
|
|
},
|
|
|
|
{
|
|
id: 12,
|
|
path: routes.accordion,
|
|
name: "accordion",
|
|
element: <Accordion />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 13,
|
|
path: routes.avatar,
|
|
name: "avatar",
|
|
element: <Avatar />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 14,
|
|
path: routes.images,
|
|
name: "images",
|
|
element: <Images />,
|
|
route: Route,
|
|
},
|
|
|
|
{
|
|
id: 15,
|
|
path: routes.badges,
|
|
name: "badges",
|
|
element: <Badges />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 16,
|
|
path: routes.lightbox,
|
|
name: "lightbox",
|
|
element: <Lightboxes />,
|
|
route: Route,
|
|
},
|
|
|
|
{
|
|
id: 17,
|
|
path: routes.borders,
|
|
name: "borders",
|
|
element: <Borders />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 18,
|
|
path: routes.media,
|
|
name: "lightbox",
|
|
element: <Media />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 19,
|
|
path: routes.buttons,
|
|
name: "borders",
|
|
element: <Buttons />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 20,
|
|
path: routes.modals,
|
|
name: "modals",
|
|
element: <Modals />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 21,
|
|
path: routes.offcanvas,
|
|
name: "offcanvas",
|
|
element: <Offcanvas />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 22,
|
|
path: routes.pagination,
|
|
name: "offcanvas",
|
|
element: <Pagination />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 23,
|
|
path: routes.buttonsgroup,
|
|
name: "buttonsgroup",
|
|
element: <ButtonsGroup />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 24,
|
|
path: routes.popover,
|
|
name: "buttonsgroup",
|
|
element: <Popovers />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 25,
|
|
path: routes.breadcrumb,
|
|
name: "breadcrumb",
|
|
element: <Breadcrumb />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 26,
|
|
path: routes.cards,
|
|
name: "cards",
|
|
element: <Cards />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 27,
|
|
path: routes.dropdowns,
|
|
name: "dropdowns",
|
|
element: <Dropdowns />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 27,
|
|
path: routes.colors,
|
|
name: "colors",
|
|
element: <Colors />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 28,
|
|
path: routes.carousel,
|
|
name: "carousel",
|
|
element: <Carousel />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 29,
|
|
path: routes.spinner,
|
|
name: "spinner",
|
|
element: <Spinner />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 29.1,
|
|
path: "/enhanced-loaders",
|
|
name: "enhanced-loaders",
|
|
element: <EnhancedLoaders />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 30,
|
|
path: routes.carousel,
|
|
name: "carousel",
|
|
element: <Carousel />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 31,
|
|
path: routes.navtabs,
|
|
name: "navtabs",
|
|
element: <NavTabs />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 32,
|
|
path: routes.toasts,
|
|
name: "toasts",
|
|
element: <Toasts />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 33,
|
|
path: routes.typography,
|
|
name: "typography",
|
|
element: <Typography />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 34,
|
|
path: routes.video,
|
|
name: "video",
|
|
element: <Video />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 35,
|
|
path: routes.tooltip,
|
|
name: "tooltip",
|
|
element: <Tooltips />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 36,
|
|
path: routes.draganddrop,
|
|
name: "draganddrop",
|
|
element: <DragDrop />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 37,
|
|
path: routes.sweetalerts,
|
|
name: "sweetalerts",
|
|
element: <SweetAlert />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 38,
|
|
path: routes.progress,
|
|
name: "progress",
|
|
element: <Progress />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 38,
|
|
path: routes.departmentgrid,
|
|
name: "departmentgrid",
|
|
element: <DepartmentGrid />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 39,
|
|
path: routes.placeholder,
|
|
name: "placeholder",
|
|
element: <Placeholder />,
|
|
route: Route,
|
|
},
|
|
|
|
{
|
|
id: 39,
|
|
path: routes.departmentlist,
|
|
name: "departmentlist",
|
|
element: <DepartmentList />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 40,
|
|
path: routes.rating,
|
|
name: "rating",
|
|
element: <Rating />,
|
|
},
|
|
|
|
{
|
|
id: 40,
|
|
path: routes.designation,
|
|
name: "designation",
|
|
element: <Designation />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 41,
|
|
path: routes.texteditor,
|
|
name: "text-editor",
|
|
element: <TextEditor />,
|
|
route: Route,
|
|
},
|
|
|
|
{
|
|
id: 41,
|
|
|
|
path: routes.shift,
|
|
name: "shift",
|
|
element: <Shift />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 42,
|
|
path: routes.counter,
|
|
name: "counter",
|
|
element: <Counter />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 42,
|
|
path: routes.attendanceemployee,
|
|
name: "attendanceemployee",
|
|
element: <AttendanceEmployee />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 43,
|
|
path: routes.scrollbar,
|
|
name: "scrollbar",
|
|
element: <Uiscrollbar />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 43,
|
|
path: routes.clipboard,
|
|
name: "clipboard",
|
|
element: <ClipBoard />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 44,
|
|
path: routes.stickynote,
|
|
name: "stickynote",
|
|
element: <Stickynote />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 44,
|
|
path: routes.tablebasic,
|
|
name: "tablebasic",
|
|
element: <TablesBasic />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 45,
|
|
path: routes.timeline,
|
|
name: "timeline",
|
|
element: <Timeline />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 45,
|
|
path: routes.datatable,
|
|
name: "datatable",
|
|
element: <DataTables />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 46,
|
|
path: routes.apexchart,
|
|
name: "apex-chart",
|
|
element: <Apexchart />,
|
|
route: Route,
|
|
},
|
|
|
|
{
|
|
id: 46,
|
|
path: routes.basicinput,
|
|
name: "formbasicinput",
|
|
element: <FormBasicInputs />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 47,
|
|
path: routes.chartjs,
|
|
name: "chart-js",
|
|
element: <ChartJs />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 47,
|
|
path: routes.checkboxradio,
|
|
name: "checkboxradio",
|
|
element: <CheckboxRadios />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 48,
|
|
path: routes.rangeslider,
|
|
name: "range-slider",
|
|
element: <RangeSlides />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 49,
|
|
path: routes.fontawesome,
|
|
name: "fontawesome",
|
|
element: <FontawesomeIcons />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 50,
|
|
path: routes.feathericon,
|
|
name: "feathericon",
|
|
element: <FeatherIcons />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 51,
|
|
path: routes.ionicicons,
|
|
name: "ionicicons",
|
|
element: <IonicIcons />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 52,
|
|
path: routes.materialicons,
|
|
name: "materialicons",
|
|
element: <MaterialIcons />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 53,
|
|
path: routes.pe7icons,
|
|
name: "pe7icons",
|
|
element: <PE7Icons />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 54,
|
|
path: routes.simpleline,
|
|
name: "simpleline",
|
|
element: <SimplelineIcons />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 55,
|
|
path: routes.themifyicons,
|
|
name: "themifyicon",
|
|
element: <ThemifyIcons />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 56,
|
|
path: routes.iconweather,
|
|
name: "iconweather",
|
|
element: <WeatherIcons />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 57,
|
|
path: routes.typicons,
|
|
name: "typicons",
|
|
element: <TypiconIcons />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 58,
|
|
path: routes.flagicons,
|
|
name: "flagicons",
|
|
element: <FlagIcons />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 58,
|
|
path: routes.inputgroup,
|
|
name: "inputgroup",
|
|
element: <InputGroup />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 59,
|
|
path: routes.ribbon,
|
|
name: "ribbon",
|
|
element: <Ribbon />,
|
|
route: Route,
|
|
},
|
|
|
|
{
|
|
id: 60,
|
|
path: routes.chat,
|
|
name: "chat",
|
|
element: <Chat />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 49,
|
|
path: routes.gridgutters,
|
|
name: "gridgutters",
|
|
element: <GridGutters />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 50,
|
|
path: routes.gridgutters,
|
|
name: "gridgutters",
|
|
element: <GridGutters />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 51,
|
|
path: routes.formselect,
|
|
name: "formselect",
|
|
element: <FormSelect />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 52,
|
|
path: routes.fileupload,
|
|
name: "fileupload",
|
|
element: <FileUpload />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 53,
|
|
path: routes.formmask,
|
|
name: "formmask",
|
|
element: <FormMask />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 54,
|
|
path: routes.formhorizontal,
|
|
name: "formhorizontal",
|
|
element: <FormHorizontal />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 54,
|
|
path: routes.formvertical,
|
|
name: "formvertical",
|
|
element: <FormVertical />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 55,
|
|
path: routes.floatinglabel,
|
|
name: "floatinglabel",
|
|
element: <FloatingLabel />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 56,
|
|
path: routes.formvalidation,
|
|
name: "formvalidation",
|
|
element: <FormValidation />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 57,
|
|
path: routes.select2,
|
|
name: "select2",
|
|
element: <FormSelect2 />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 58,
|
|
path: routes.wizard,
|
|
name: "wizard",
|
|
element: <FormWizard />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 58,
|
|
path: routes.expiredproduct,
|
|
name: "expiredproduct",
|
|
element: <ExpiredProduct />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 59,
|
|
path: routes.lowstock,
|
|
name: "lowstock",
|
|
element: <LowStock />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 60,
|
|
path: routes.categorylist,
|
|
name: "categorylist",
|
|
element: <CategoryList />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 61,
|
|
path: routes.expenselist,
|
|
name: "expenselist",
|
|
element: <ExpensesList />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 62,
|
|
path: routes.expensecategory,
|
|
name: "expensecategory",
|
|
element: <ExpenseCategory />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 63,
|
|
path: routes.calendar,
|
|
name: "calendar",
|
|
element: <Calendar />,
|
|
route: Route,
|
|
},
|
|
|
|
{
|
|
id: 64,
|
|
path: routes.subcategories,
|
|
name: "subcategories",
|
|
element: <SubCategories />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 65,
|
|
path: routes.editproduct,
|
|
name: "editproduct",
|
|
element: <EditProduct />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 65.1,
|
|
path: `${routes.editproduct}/:id`,
|
|
name: "editproductwithid",
|
|
element: <EditProduct />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 63,
|
|
path: routes.videocall,
|
|
name: "videocall",
|
|
element: <Videocall />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 64,
|
|
path: routes.audiocall,
|
|
name: "audiocall",
|
|
element: <Audiocall />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 65,
|
|
path: routes.email,
|
|
name: "email",
|
|
element: <Email />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 66,
|
|
path: routes.callhistory,
|
|
name: "callhistory",
|
|
element: <Callhistory />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 67,
|
|
path: routes.todo,
|
|
name: "todo",
|
|
element: <ToDo />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 66,
|
|
path: routes.variantattributes,
|
|
name: "variantattributes",
|
|
element: <VariantAttributes />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 67,
|
|
path: routes.qrcode,
|
|
name: "qrcode",
|
|
element: <QRcode />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 68,
|
|
path: routes.purchaselist,
|
|
name: "purchaselist",
|
|
element: <PurchasesList />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 69,
|
|
path: routes.purchaseorderreport,
|
|
name: "purchaseorderreport",
|
|
element: <PurchaseOrderReport />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 70,
|
|
path: routes.purchasereturn,
|
|
name: "purchasereturn",
|
|
element: <PurchaseReturns />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 71,
|
|
path: routes.appearance,
|
|
name: "appearance",
|
|
element: <Appearance />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 72,
|
|
path: routes.socialauthendication,
|
|
name: "socialauthendication",
|
|
element: <SocialAuthentication />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 73,
|
|
path: routes.languagesettings,
|
|
name: "languagesettings",
|
|
element: <LanguageSettings />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 74,
|
|
path: routes.invoicesettings,
|
|
name: "invoicesettings",
|
|
element: <InvoiceSettings />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 75,
|
|
path: routes.printersettings,
|
|
name: "printersettings",
|
|
element: <PrinterSettings />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 76,
|
|
path: routes.possettings,
|
|
name: "possettings",
|
|
element: <PosSettings />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 77,
|
|
path: routes.customfields,
|
|
name: "customfields",
|
|
element: <CustomFields />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 78,
|
|
path: routes.emailsettings,
|
|
name: "emailsettings",
|
|
element: <EmailSettings />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 79,
|
|
path: routes.smssettings,
|
|
name: "smssettings",
|
|
element: <SmsGateway />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 80,
|
|
path: routes.otpsettings,
|
|
name: "otpsettings",
|
|
element: <OtpSettings />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 81,
|
|
path: routes.gdbrsettings,
|
|
name: "gdbrsettings",
|
|
element: <GdprSettings />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 82,
|
|
path: routes.paymentgateway,
|
|
name: "paymentgateway",
|
|
element: <PaymentGateway />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 83,
|
|
path: routes.banksettingslist,
|
|
name: "banksettingslist",
|
|
element: <BankSetting />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 84,
|
|
path: routes.customers,
|
|
name: "customers",
|
|
element: <Customers />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 85,
|
|
path: routes.suppliers,
|
|
name: "suppliers",
|
|
element: <Suppliers />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 86,
|
|
path: routes.storelist,
|
|
name: "storelist",
|
|
element: <StoreList />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 87,
|
|
path: routes.managestock,
|
|
name: "managestock",
|
|
element: <Managestock />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 88,
|
|
path: routes.stockadjustment,
|
|
name: "stockadjustment",
|
|
element: <StockAdjustment />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 89,
|
|
path: routes.stocktransfer,
|
|
name: "stocktransfer",
|
|
element: <StockTransfer />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 90,
|
|
path: routes.salesreport,
|
|
name: "salesreport",
|
|
element: <SalesReport />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 91,
|
|
path: routes.purchasereport,
|
|
name: "purchasereport",
|
|
element: <PurchaseReport />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 92,
|
|
path: routes.inventoryreport,
|
|
name: "inventoryreport",
|
|
element: <InventoryReport />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 93,
|
|
path: routes.invoicereport,
|
|
name: "invoicereport",
|
|
element: <Invoicereport />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 94,
|
|
path: routes.supplierreport,
|
|
name: "supplierreport",
|
|
element: <SupplierReport />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 95,
|
|
path: routes.customerreport,
|
|
name: "customerreport",
|
|
element: <CustomerReport />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 96,
|
|
path: routes.expensereport,
|
|
name: "expensereport",
|
|
element: <ExpenseReport />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 97,
|
|
path: routes.incomereport,
|
|
name: "incomereport",
|
|
element: <IncomeReport />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 98,
|
|
path: routes.taxreport,
|
|
name: "taxreport",
|
|
element: <TaxReport />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 99,
|
|
path: routes.profitloss,
|
|
name: "profitloss",
|
|
element: <ProfitLoss />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 89,
|
|
path: routes.generalsettings,
|
|
name: "generalsettings",
|
|
element: <GeneralSettings />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 90,
|
|
path: routes.securitysettings,
|
|
name: "securitysettings",
|
|
element: <SecuritySettings />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 91,
|
|
path: routes.notification,
|
|
name: "notification",
|
|
element: <Notification />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 92,
|
|
path: routes.connectedapps,
|
|
name: "connectedapps",
|
|
element: <ConnectedApps />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 93,
|
|
path: routes.systemsettings,
|
|
name: "systemsettings",
|
|
element: <SystemSettings />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 94,
|
|
path: routes.companysettings,
|
|
name: "companysettings",
|
|
element: <CompanySettings />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 94,
|
|
path: routes.localizationsettings,
|
|
name: "localizationsettings",
|
|
element: <LocalizationSettings />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 95,
|
|
path: routes.prefixes,
|
|
name: "prefixes",
|
|
element: <Prefixes />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 99,
|
|
path: routes.preference,
|
|
name: "preference",
|
|
element: <Preference />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 99,
|
|
path: routes.banipaddress,
|
|
name: "banipaddress",
|
|
element: <BanIpaddress />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 99,
|
|
path: routes.storagesettings,
|
|
name: "storagesettings",
|
|
element: <StorageSettings />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 99,
|
|
path: routes.taxrates,
|
|
name: "taxrates",
|
|
element: <TaxRates />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 99,
|
|
path: routes.currencysettings,
|
|
name: "currencysettings",
|
|
element: <CurrencySettings />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 99,
|
|
path: routes.pos,
|
|
name: "pos",
|
|
element: <Pos />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 100,
|
|
path: routes.attendanceadmin,
|
|
name: "attendanceadmin",
|
|
element: <AttendanceAdmin />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 101,
|
|
path: routes.payslip,
|
|
name: "payslip",
|
|
element: <Payslip />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 102,
|
|
path: routes.saleslist,
|
|
name: "saleslist",
|
|
element: <SalesList />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 102,
|
|
path: routes.invoicereport,
|
|
name: "invoicereport",
|
|
element: <InvoiceReport />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 102,
|
|
path: routes.holidays,
|
|
name: "holidays",
|
|
element: <Holidays />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 102,
|
|
path: routes.salesreturn,
|
|
name: "salesreturn",
|
|
element: <SalesReturn />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 103,
|
|
path: routes.quotationlist,
|
|
name: "quotationlist",
|
|
element: <QuotationList />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 104,
|
|
path: routes.notes,
|
|
name: "notes",
|
|
element: <Notes />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 105,
|
|
path: routes.filemanager,
|
|
name: "filemanager",
|
|
element: <FileManager />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 106,
|
|
path: routes.profile,
|
|
name: "profile",
|
|
element: <Profile />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 20,
|
|
path: routes.blankpage,
|
|
name: "blankpage",
|
|
element: <Blankpage />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 104,
|
|
path: routes.users,
|
|
name: "users",
|
|
element: <Users />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 105,
|
|
path: routes.rolespermission,
|
|
name: "rolespermission",
|
|
element: <RolesPermissions />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 106,
|
|
path: routes.permissions,
|
|
name: "permissions",
|
|
element: <Permissions />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 107,
|
|
path: routes.deleteaccount,
|
|
name: "deleteaccount",
|
|
element: <DeleteAccount />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 108,
|
|
path: routes.employeegrid,
|
|
name: "employeegrid",
|
|
element: <EmployeesGrid />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 109,
|
|
path: routes.addemployee,
|
|
name: "addemployee",
|
|
element: <AddEmployee />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 110,
|
|
path: routes.editemployee,
|
|
name: "editemployee",
|
|
element: <EditEmployee />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 111,
|
|
path: routes.leavesadmin,
|
|
name: "leavesadmin",
|
|
element: <LeavesAdmin />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 112,
|
|
path: routes.leavesemployee,
|
|
name: "leavesemployee",
|
|
element: <LeavesEmployee />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 113,
|
|
path: routes.leavestype,
|
|
name: "leavestype",
|
|
element: <LeaveTypes />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 113,
|
|
path: routes.productdetails,
|
|
name: "productdetails",
|
|
element: <ProductDetail />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 113.1,
|
|
path: `${routes.productdetails}/:id`,
|
|
name: "productdetails",
|
|
element: <ProductDetail />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 114,
|
|
path: routes.warehouses,
|
|
name: "warehouses",
|
|
element: <WareHouses />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 114,
|
|
path: routes.coupons,
|
|
name: "coupons",
|
|
element: <Coupons />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 115,
|
|
path: "/api-test",
|
|
name: "apitest",
|
|
element: <ApiTest />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 116,
|
|
path: routes.todo,
|
|
name: "todo",
|
|
element: <TodoList />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 117,
|
|
path: routes.projecttracker,
|
|
name: "projecttracker",
|
|
element: <ProjectTracker />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 117.1,
|
|
path: "/create-project",
|
|
name: "createproject",
|
|
element: <CreateProject />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 117.2,
|
|
path: routes.weddingGuestList,
|
|
name: "weddingGuestList",
|
|
element: <WeddingGuestList />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 117.3,
|
|
path: routes.editWeddingGuest,
|
|
name: "editWeddingGuest",
|
|
element: <EditWeddingGuest />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 117.4,
|
|
path: routes.addWeddingGuest,
|
|
name: "addWeddingGuest",
|
|
element: <AddWeddingGuest />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 118,
|
|
path: "/",
|
|
name: "Root",
|
|
element: <Navigate to="/" />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 119,
|
|
path: "*",
|
|
name: "NotFound",
|
|
element: <Navigate to="/" />,
|
|
route: Route,
|
|
},
|
|
];
|
|
export const posRoutes = [
|
|
{
|
|
id: 1,
|
|
path: routes.pos,
|
|
name: "pos",
|
|
element: <Pos />,
|
|
route: Route,
|
|
},
|
|
];
|
|
|
|
export const pagesRoute = [
|
|
{
|
|
id: 1,
|
|
path: routes.signin,
|
|
name: "signin",
|
|
element: <Signin />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 2,
|
|
path: routes.signintwo,
|
|
name: "signintwo",
|
|
element: <SigninTwo />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 3,
|
|
path: routes.signinthree,
|
|
name: "signinthree",
|
|
element: <SigninThree />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 4,
|
|
path: routes.register,
|
|
name: "register",
|
|
element: <Register />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 5,
|
|
path: routes.registerTwo,
|
|
name: "registerTwo",
|
|
element: <RegisterTwo />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 6,
|
|
path: routes.registerThree,
|
|
name: "registerThree",
|
|
element: <RegisterThree />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 7,
|
|
path: routes.forgotPassword,
|
|
name: "forgotPassword",
|
|
element: <Forgotpassword />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 7,
|
|
path: routes.forgotPasswordTwo,
|
|
name: "forgotPasswordTwo",
|
|
element: <ForgotpasswordTwo />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 8,
|
|
path: routes.forgotPasswordThree,
|
|
name: "forgotPasswordThree",
|
|
element: <ForgotpasswordThree />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 9,
|
|
path: routes.resetpassword,
|
|
name: "resetpassword",
|
|
element: <Resetpassword />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 10,
|
|
path: routes.resetpasswordTwo,
|
|
name: "resetpasswordTwo",
|
|
element: <ResetpasswordTwo />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 11,
|
|
path: routes.resetpasswordThree,
|
|
name: "resetpasswordThree",
|
|
element: <ResetpasswordThree />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 12,
|
|
path: routes.emailverification,
|
|
name: "emailverification",
|
|
element: <EmailVerification />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 12,
|
|
path: routes.emailverificationTwo,
|
|
name: "emailverificationTwo",
|
|
element: <EmailverificationTwo />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 13,
|
|
path: routes.emailverificationThree,
|
|
name: "emailverificationThree",
|
|
element: <EmailverificationThree />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 14,
|
|
path: routes.twostepverification,
|
|
name: "twostepverification",
|
|
element: <Twostepverification />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 15,
|
|
path: routes.twostepverificationTwo,
|
|
name: "twostepverificationTwo",
|
|
element: <TwostepverificationTwo />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 16,
|
|
path: routes.twostepverificationThree,
|
|
name: "twostepverificationThree",
|
|
element: <TwostepverificationThree />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 17,
|
|
path: routes.lockscreen,
|
|
name: "lockscreen",
|
|
element: <Lockscreen />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 18,
|
|
path: routes.error404,
|
|
name: "error404",
|
|
element: <Error404 />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 19,
|
|
path: routes.error500,
|
|
name: "error500",
|
|
element: <Error500 />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 20,
|
|
path: routes.comingsoon,
|
|
name: "comingsoon",
|
|
element: <Comingsoon />,
|
|
route: Route,
|
|
},
|
|
{
|
|
id: 21,
|
|
path: routes.undermaintenance,
|
|
name: "undermaintenance",
|
|
element: <Undermaintainence />,
|
|
route: Route,
|
|
},
|
|
];
|