This commit is contained in:
Malai Raja
2024-01-09 15:58:22 +05:30
parent 92cc1445ea
commit 4e0606ef59
9 changed files with 266 additions and 153 deletions

View File

@@ -70,11 +70,11 @@ const MainRoutes = {
element: <Accountsettings />
},
{
path: 'orders/create',
path: 'orders/create1',
element: <Createorder />
},
{
path: 'orders/create1',
path: 'orders/create',
element: <Createorder1 />
},
{