04122023
This commit is contained in:
@@ -19,6 +19,8 @@ const Dashboard = Loadable(lazy(() => import('pages/nearle/dashboard')));
|
||||
|
||||
const Client = Loadable(lazy(() => import('pages/nearle/clients/client')));
|
||||
const Orders = Loadable(lazy(() => import('pages/nearle/orders/orders')));
|
||||
const Details = Loadable(lazy(() => import('pages/nearle/orders/details')));
|
||||
|
||||
const Accountsettings = Loadable(lazy(() => import('pages/nearle/accountsettings')));
|
||||
|
||||
const Createorder = Loadable(lazy(() => import('pages/nearle/orders/createorder')));
|
||||
@@ -64,6 +66,10 @@ const MainRoutes = {
|
||||
path: 'orders/create',
|
||||
element: <Createorder />
|
||||
},
|
||||
{
|
||||
path: 'orders/details',
|
||||
element: <Details />
|
||||
},
|
||||
{
|
||||
path: 'clients/create',
|
||||
element: <Createclient />
|
||||
|
||||
Reference in New Issue
Block a user