customers and service
This commit is contained in:
@@ -10,6 +10,8 @@ export const Pages = {
|
||||
other: "/other-service",
|
||||
detail: "/services/detail/",
|
||||
add: "/services/add",
|
||||
list: "/services/list",
|
||||
category: "/services/category",
|
||||
},
|
||||
transactions: "/transactions",
|
||||
receipts: {
|
||||
@@ -58,4 +60,8 @@ export const Pages = {
|
||||
messages: {
|
||||
list: "/messages/list",
|
||||
},
|
||||
customer: {
|
||||
list: "/customers/list",
|
||||
create: "/customers/create",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user