create consumer domain until pos list
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import { Route } from '@angular/router';
|
||||
import { CONSUMER_ACCOUNTS_ROUTES } from './modules/accounts/constants';
|
||||
import { CONSUMER_BUSINESS_ACTIVITIES_ROUTES } from './modules/businessActivities/constants';
|
||||
|
||||
export const CONSUMER_ROUTES = {
|
||||
path: 'consumer',
|
||||
@@ -9,5 +11,7 @@ export const CONSUMER_ROUTES = {
|
||||
loadComponent: () =>
|
||||
import('./modules/dashboard/views/index.component').then((m) => m.DashboardComponent),
|
||||
},
|
||||
...CONSUMER_ACCOUNTS_ROUTES,
|
||||
...CONSUMER_BUSINESS_ACTIVITIES_ROUTES,
|
||||
],
|
||||
} as Route;
|
||||
|
||||
Reference in New Issue
Block a user