last commit

This commit is contained in:
2025-12-11 17:54:55 +01:00
parent 20726f0530
commit 99eca9ce8b
32 changed files with 269 additions and 163 deletions
+6 -2
View File
@@ -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)
},
{