Create order in admin

This commit is contained in:
hamid zarghami
2026-02-01 10:02:45 +03:30
parent 2ced4666c8
commit 5c536667b1
18 changed files with 712 additions and 4 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ export const Paths = {
},
order: {
list: '/order/list',
details: '/order/detail/'
details: '/order/detail/',
create: '/order/create'
},
features: {
list: '/features/list',