createorder

This commit is contained in:
joshikannan
2024-03-13 19:58:02 +05:30
parent ce95b36c29
commit 4d2ebeb41c
4 changed files with 193 additions and 1589 deletions

View File

@@ -24,7 +24,7 @@ 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')));
// 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')));
@@ -71,10 +71,10 @@ const MainRoutes = {
path: 'accountsettings',
element: <Accountsettings />
},
{
path: 'orders/create1',
element: <Createorder />
},
// {
// path: 'orders/create1',
// element: <Createorder />
// },
{
path: 'orders/create',
element: <Createorder1 />