last commit
This commit is contained in:
@@ -7,8 +7,12 @@ export const routes: Routes = [
|
||||
redirectTo: '/customers'
|
||||
},
|
||||
{
|
||||
path:'customers',
|
||||
loadComponent: () => import('./pages/customers/customers').then(x => x.Customers)
|
||||
path:'contact',
|
||||
loadComponent: () => import('./pages/contact/contact').then(x => x.Contact)
|
||||
},
|
||||
{
|
||||
path:'customers',
|
||||
loadComponent: () => import('./pages/customers/customers').then(x => x.Customers)
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user