Compliance list done.
Except for the cleanup of the hearing import data, This is the first version.
This commit is contained in:
@ -30,6 +30,11 @@ const routes: Routes = [
|
||||
path: 'cases',
|
||||
loadChildren: () => import('./cases/cases.module').then((mod) => mod.CasesModule),
|
||||
},
|
||||
{
|
||||
path: 'compliance-list',
|
||||
loadChildren: () =>
|
||||
import('./compliance-list/compliance-list.module').then((mod) => mod.ComplianceListModule),
|
||||
},
|
||||
{
|
||||
path: 'contacts',
|
||||
loadChildren: () => import('./contacts/contacts.module').then((mod) => mod.ContactsModule),
|
||||
|
||||
Reference in New Issue
Block a user