Feature: Tax Analysis
This commit is contained in:
@ -69,6 +69,10 @@ const routes: Routes = [
|
||||
path: 'taxes',
|
||||
loadChildren: () => import('./taxes/taxes.module').then(mod => mod.TaxesModule)
|
||||
},
|
||||
{
|
||||
path: 'tax-analysis',
|
||||
loadChildren: () => import('./tax-analysis/tax-analysis.module').then(mod => mod.TaxAnalysisModule)
|
||||
},
|
||||
{
|
||||
path: 'users',
|
||||
loadChildren: () => import('./users/users.module').then(mod => mod.UsersModule)
|
||||
|
||||
Reference in New Issue
Block a user