Feature: Added the customer module to list / edit customers. This is needed to add the customer discount functionality
This commit is contained in:
@ -23,6 +23,10 @@ const routes: Routes = [
|
||||
loadChildren: () =>
|
||||
import('./cashier-report/cashier-report.module').then((mod) => mod.CashierReportModule),
|
||||
},
|
||||
{
|
||||
path: 'customers',
|
||||
loadChildren: () => import('./customers/customer.module').then((mod) => mod.CustomerModule),
|
||||
},
|
||||
{
|
||||
path: 'devices',
|
||||
loadChildren: () => import('./devices/devices.module').then((mod) => mod.DevicesModule),
|
||||
|
||||
Reference in New Issue
Block a user