update,
This commit is contained in:
@@ -93,6 +93,12 @@ export const paths = {
|
||||
create: '/dashboard/customers/create',
|
||||
details: (customerId: string) => `/dashboard/customers/${customerId}`,
|
||||
},
|
||||
students: {
|
||||
list: '/dashboard/students',
|
||||
create: '/dashboard/students/create',
|
||||
details: (studentId: string) => `/dashboard/students/${studentId}`,
|
||||
edit: (studentId: string) => `/dashboard/students/edit/${studentId}`,
|
||||
},
|
||||
eCommerce: '/dashboard/e-commerce',
|
||||
fileStorage: '/dashboard/file-storage',
|
||||
invoices: {
|
||||
|
Reference in New Issue
Block a user