Big Chunk of updates on way to making the sales portion working
This commit is contained in:
@ -6,8 +6,8 @@ import {HomeComponent} from "./home/home.component";
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
path: 'bills',
|
||||
loadChildren: () => import('./bills/bills.module').then(mod => mod.BillsModule)
|
||||
path: 'devices',
|
||||
loadChildren: () => import('./devices/devices.module').then(mod => mod.DevicesModule)
|
||||
},
|
||||
{
|
||||
path: 'guest-book',
|
||||
@ -38,8 +38,8 @@ const routes: Routes = [
|
||||
loadChildren: () => import('./roles/roles.module').then(mod => mod.RolesModule)
|
||||
},
|
||||
{
|
||||
path: 'running-tables',
|
||||
loadChildren: () => import('./running-tables/running-tables.module').then(mod => mod.RunningTablesModule)
|
||||
path: 'sales',
|
||||
loadChildren: () => import('./sales/sales.module').then(mod => mod.SalesModule)
|
||||
},
|
||||
{
|
||||
path: 'sale-categories',
|
||||
|
||||
Reference in New Issue
Block a user