const routes: Routes = [
  {
    path: '',
    component: CustomerListComponent
  }
];