Beer consumption report done
This commit is contained in:
@ -5,6 +5,10 @@ import {LogoutComponent} from './auth/logout/logout.component';
|
||||
import {HomeComponent} from './home/home.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
path: 'beer-consumption-report',
|
||||
loadChildren: () => import('./beer-consumption-report/beer-consumption-report.module').then(mod => mod.BeerConsumptionReportModule)
|
||||
},
|
||||
{
|
||||
path: 'bill-settlement-report',
|
||||
loadChildren: () => import('./bill-settlement-report/bill-settlement-report.module').then(mod => mod.BillSettlementReportModule)
|
||||
|
||||
Reference in New Issue
Block a user