This commit is contained in:
Malai Raja
2024-01-06 19:23:37 +05:30
parent da4b95297d
commit 92cc1445ea
8 changed files with 1755 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ const Accountsettings = Loadable(lazy(() => import('pages/nearle/accountsettings
const Createorder = Loadable(lazy(() => import('pages/nearle/orders/createorder')));
const Createclient = Loadable(lazy(() => import('pages/nearle/clients/createclient')));
const Createorder1 = Loadable(lazy(() => import('pages/nearle/orders/createorder1')));
@@ -72,6 +73,10 @@ const MainRoutes = {
path: 'orders/create',
element: <Createorder />
},
{
path: 'orders/create1',
element: <Createorder1 />
},
{
path: 'orders/details',
element: <Details />