orderdetails , orders

This commit is contained in:
joshikannan
2025-10-17 10:55:05 +05:30
parent 36eaf3d845
commit e6c8df5583
13 changed files with 592 additions and 1240 deletions

View File

@@ -48,10 +48,6 @@ const MainRoutes = {
// </AuthGuard>
),
children: [
// {
// path: 'sample-page',
// element: <SamplePage />
// },
{
path: 'dashboard',
element: <Dashboard />
@@ -60,10 +56,6 @@ const MainRoutes = {
path: 'customers',
element: <Customers />
},
// {
// path: 'clients1',
// element: <Customers />
// },
{
path: 'orders',
element: <Orders />
@@ -72,10 +64,6 @@ const MainRoutes = {
path: 'accountsettings',
element: <Accountsettings />
},
// {
// path: 'orders/create1',
// element: <Createorder />
// },
{
path: 'orders/create',
element: <Createorder1 />