This commit is contained in:
Peter Maquiran
2021-06-03 16:23:18 +01:00
parent 33cd1eb299
commit a5895adeba
3 changed files with 4 additions and 4 deletions
@@ -21,6 +21,6 @@ import { FilterPipe } from 'src/app/pipes/filter.pipe';
ContactsPageRoutingModule,
PipesModule,
],
declarations: [ContactsPage, FilterPipe]
declarations: [ContactsPage]
})
export class ContactsPageModule {}