orderdetails , orders
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user