30122023
This commit is contained in:
@@ -18,6 +18,8 @@ const Login = Loadable(lazy(() => import('pages/nearle/login')));
|
||||
const Dashboard = Loadable(lazy(() => import('pages/nearle/dashboard')));
|
||||
|
||||
const Client = Loadable(lazy(() => import('pages/nearle/clients/client')));
|
||||
const Client1 = Loadable(lazy(() => import('pages/nearle/clients/clients1')));
|
||||
|
||||
const Orders = Loadable(lazy(() => import('pages/nearle/orders/orders')));
|
||||
const Details = Loadable(lazy(() => import('pages/nearle/orders/details')));
|
||||
|
||||
@@ -51,9 +53,13 @@ const MainRoutes = {
|
||||
element: <Dashboard />
|
||||
},
|
||||
{
|
||||
path: 'clients',
|
||||
element: <Client />
|
||||
path: 'customers',
|
||||
element: <Client1 />
|
||||
},
|
||||
// {
|
||||
// path: 'clients1',
|
||||
// element: <Client1 />
|
||||
// },
|
||||
{
|
||||
path: 'orders',
|
||||
element: <Orders />
|
||||
@@ -71,7 +77,7 @@ const MainRoutes = {
|
||||
element: <Details />
|
||||
},
|
||||
{
|
||||
path: 'clients/create',
|
||||
path: 'customers/create',
|
||||
element: <Createclient />
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user