This commit is contained in:
Malai Raja
2023-12-04 19:05:28 +05:30
parent 2d7eb690a1
commit 743cae09b8
13 changed files with 4795 additions and 1179 deletions

View File

@@ -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 />